-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·47 lines (47 loc) · 1.12 KB
/
package.json
File metadata and controls
executable file
·47 lines (47 loc) · 1.12 KB
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
{
"name": "device-integration_vitalpatch",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node app.js",
"migrate": "sequelize db:migrate",
"test": "mocha --exit"
},
"dependencies": {
"amqplib": "^0.5.6",
"async": "^3.2.0",
"basic-auth": "^2.0.1",
"body-parser": "^1.19.0",
"config": "^3.3.1",
"cookie-parser": "^1.4.5",
"debug": "^4.1.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"http-errors": "^1.7.3",
"json-find": "^2.0.7",
"morgan": "^1.10.0",
"mysql2": "^2.1.0",
"node-schedule": "^1.3.2",
"password-generator": "^2.2.3",
"pug": "^2.0.4",
"querystring": "^0.2.0",
"request": "^2.88.2",
"sequelize": "^5.21.9",
"sequelize-cli": "^5.5.1",
"serve-favicon": "^2.5.0",
"sqlite3": "^4.2.0",
"uuid": "^8.0.0",
"winston": "^3.2.1"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"mocha": "^7.1.2",
"mocha-eslint": "^6.0.0",
"nodemon": "^2.0.4",
"eslint": "^7.0.0",
"sequelize-auto-migrations": "^1.0.3",
"apidoc": ""
}
}