-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
35 lines (35 loc) · 1010 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
34
35
{
"name": "eddbapi",
"version": "3.0.2",
"license": "Apache-2.0",
"scripts": {
"start": "cross-env PORT=4000 pm2 start process.json --env production",
"startdev": "cross-env NODE_ENV=development nodemon --inspect ./bin/start.js"
},
"private": true,
"dependencies": {
"@bugsnag/js": "^7.4.0",
"@bugsnag/plugin-express": "^7.3.5",
"JSONStream": "^1.3.5",
"bluebird": "^3.7.2",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"cron": "^1.8.2",
"csvtojson": "^2.0.10",
"express": "^4.17.1",
"filesize": "^6.1.0",
"got": "^11.8.2",
"lodash": "^4.17.21",
"mongoose": "^5.12.3",
"mongoose-paginate": "^5.0.3",
"morgan": "^1.10.0",
"ndjson": "^2.0.0",
"swagger-jsdoc": "^6.1.0",
"swagger-ui-express": "^4.1.6"
},
"devDependencies": {
"cross-env": "^7.0.3",
"nodemon": "^2.0.7",
"pm2": "^4.5.6"
}
}