-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 951 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 951 Bytes
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
{
"name": "express-api-startkit",
"version": "2.0.1",
"private": true,
"engines": {
"node": ">=12.14.0"
},
"scripts": {
"start": "node ./bin/www",
"dev": "nodemon -e js ./bin/www",
"eslint": "./node_modules/.bin/eslint ."
},
"dependencies": {
"bcryptjs": "2.4.3",
"connect-mongo": "4.4.0",
"consign": "^0.1.6",
"cors": "^2.8.5",
"debug": "2.6.9",
"dotenv-extended": "2.0.2",
"express": "^4.17.1",
"http-errors": "1.6.2",
"jsonwebtoken": "^8.5.1",
"moment": "2.25.3",
"mongoose": "5.11.15",
"mongoose-paginate-v2": "^1.3.16",
"slack": "^11.0.2",
"validator": "^13.7.0",
"winston": "3.2.1"
},
"devDependencies": {
"eslint": "4.19.1",
"eslint-config-standard": "11.0.0",
"eslint-plugin-import": "2.12.0",
"eslint-plugin-node": "6.0.1",
"eslint-plugin-promise": "3.8.0",
"eslint-plugin-standard": "3.1.0",
"nodemon": "2.0.4"
}
}