-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 870 Bytes
/
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
{
"name": "src",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "cross-env NODE_PATH=. node ./bin/www",
"debug": "cross-env NODE_PATH=. node --debug-brk --inspect ./bin/www",
"test": "cross-env NODE_PATH=. NODE_ENV=testing tape ./test/**/*-test.js",
"heroku-postbuild": "cd client && yarn --production=true && yarn run build"
},
"engines": {
"node": "11.10"
},
"dependencies": {
"axios": "^0.21.0",
"body-parser": "~1.19.0",
"checkenv": "^1.2.2",
"cookie-parser": "~1.4.5",
"cron": "^1.8.2",
"cross-env": "^7.0.2",
"debug": "~4.2.0",
"dotenv": "^8.2.0",
"express": "~4.17.1",
"jade": "~1.11.0",
"mongodb": "^3.6.3",
"mongoose": "^5.10.13",
"morgan": "~1.10.0",
"serve-favicon": "~2.5.0",
"supertest": "^6.0.1",
"tape": "^5.0.1",
"yarn": "^1.22.10"
}
}