-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "memoterview-backend",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"dev": "NODE_ENV=development nodemon ./bin/www"
},
"dependencies": {
"aws-sdk": "^2.890.0",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"dotenv": "^8.2.0",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"ibm-watson": "^6.0.4",
"joi": "^17.4.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.12.3",
"morgan": "~1.9.1",
"multer": "^1.4.2",
"nodemailer": "^6.5.0",
"socket.io": "^4.0.1"
},
"devDependencies": {
"@babel/eslint-parser": "^7.13.14",
"babel-eslint": "^10.1.0",
"eslint": "^7.5",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-mocha": "^8.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-security": "^1.4.0",
"nodemon": "^2.0.7"
},
"main": "app.js",
"repository": "https://github.com/VACO-TEAM3/memoterview-backend.git",
"author": "Team3 <https://github.com/VACO-TEAM3>",
"license": "MIT",
"eslintConfig": {
"plugins": [
"mocha"
]
}
}