-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
58 lines (58 loc) · 1.64 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "chainity-api",
"version": "0.8.2",
"private": true,
"scripts": {
"start": "pm2-dev start ecosystem.config.js",
"deploy": "npm install && pm2 startOrRestart ecosystem.config.js -i 2 --env production",
"deploy:docker": "npm install && pm2-docker start ecosystem.config.js -i 2 --env production",
"test": "NODE_ENV=test mocha --timeout 120000 --exit test/**/*.test.js"
},
"dependencies": {
"app-root-path": "^2.0.1",
"axios": "^0.18.0",
"body-parser": "^1.19.0",
"compression": "^1.7.2",
"connect-history-api-fallback": "^1.3.0",
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"debug": "^2.6.8",
"dotenv": "^5.0.1",
"ejs": "^2.6.1",
"ethereumjs-tx": "^1.3.4",
"express": "4.16.3",
"express-jwt": "^5.3.1",
"express-validation": "^1.0.2",
"helmet": "^3.12.1",
"http-status": "^1.1.0",
"jade": "^1.11.0",
"joi": "^13.3.0",
"method-override": "^2.3.10",
"mongoose": "^5.1.1",
"mongoose-auto-increment": "^5.0.1",
"morgan": "^1.7.0",
"multer": "^1.3.1",
"mysql": "2.15.0",
"node-thumbnail": "^0.14.0",
"nodemailer": "^4.6.4",
"pm2": "^3.5.0",
"qs": "^6.5.2",
"serve-favicon": "^2.3.2",
"swagger-jsdoc": "^1.9.7",
"swagger-node-express": "^2.1.3",
"swagger-ui-express": "^3.0.9",
"web3": "^1.0.0-beta.53"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.1.4",
"mockgoose": "^8.0.1",
"mongodb-topology-manager": "^2.1.0",
"mongoose": "^5.5.5",
"should": "^13.2.3",
"sinon": "^7.3.2",
"sinon-as-promised": "^4.0.3",
"sinon-mongoose": "^2.3.0",
"sinon-test": "^2.4.0"
}
}