forked from brow1144/Portfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 724 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 724 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
{
"license": "UNLICENSED",
"dependencies": {
"axios": "^0.18.0",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.26.0",
"body-parser": "^1.18.3",
"express": "^4.16.3",
"lodash": "^4.17.11",
"mongoose": "^5.2.14",
"node-schedule": "^1.3.0",
"nodemon": "^1.18.4"
},
"scripts": {
"heroku-prebuild": "cd NodeJS && yarn",
"start": "cd NodeJS && node index",
"blast": "cd NodeJS && nodemon index",
"test": "cd NodeJS && jest NodeJS"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.6.0",
"jest": "^23.6.0"
},
"engines": {
"node": ">=8.11.4"
}
}