forked from PlytonRexus/hackfest2021-debeggers-classplus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 650 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 650 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
{
"name": "classplus",
"version": "0.0.0",
"private": true,
"scripts": {
"fix": "standard --fix",
"test": "standard",
"start": "./node_modules/.bin/env-cmd -f ./config/.env node ./bin/www",
"dev": "./node_modules/.bin/env-cmd -f ./config/dev.env nodemon ./bin/www"
},
"dependencies": {
"child_process": "^1.0.2",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"env-cmd": "^10.1.0",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"jade": "~1.11.0",
"morgan": "~1.9.1",
"multer": "^1.4.2"
},
"devDependencies": {
"nodemon": "^2.0.7",
"prettier-config-standard": "^4.0.0"
}
}