-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
45 lines (45 loc) · 1.16 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
{
"name": "accubitsivr",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "node_modules/mocha/bin/mocha tests/data --timeout 10000 ",
"pretest": "node_modules/eslint/bin/eslint.js . --fix"
},
"dependencies": {
"@sendgrid/mail": "^6.5.0",
"axios": "^0.19.1",
"axios-debug-log": "^0.6.2",
"bcryptjs": "^2.4.3",
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-validator": "^6.3.1",
"http-errors": "~1.6.3",
"ioredis": "^4.14.1",
"jade": "~1.11.0",
"jsonwebtoken": "^8.5.1",
"log4js": "^6.1.0",
"moment": "^2.24.0",
"morgan": "^1.9.1",
"mysql2": "^2.1.0",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"sequelize": "^5.21.3",
"twilio": "^3.39.2"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"mocha": "^6.2.1"
}
}