-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.48 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
59
60
{
"name": "roadreview-backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "mocha ./tests/ --recursive --exit",
"lint": "node_modules/eslint/bin/eslint.js ."
},
"dependencies": {
"@google-cloud/datastore": "^4.1.3",
"@google-cloud/pubsub": "^0.28.1",
"@google-cloud/storage": "1.6.0",
"amdefine": "^1.0.1",
"async": "1.4.0",
"composable-middleware": "^0.3.0",
"config": "1.14.0",
"cookie-parser": "~1.4.3",
"cors": "2.7.1",
"debug": "~2.6.9",
"express": "~4.16.0",
"googleapis": "39.1",
"http-errors": "^1.6.3",
"jsonfile": "^5.0.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"moment": "2.29.4",
"morgan": "~1.9.0",
"mysql2": "^2.1.0",
"pug": "^2.0.3",
"redis": "^3.1.1",
"request": "^2.88.0",
"require": "^2.4.20",
"sequelize": "^5.21.5",
"shortid": "^2.2.15",
"swagger-ui-express": "^4.1.2",
"uuid": "3.2.1",
"validator": "13.7.0"
},
"devDependencies": {
"chai": "^3.2.0",
"eslint": "^5.9.0",
"eslint-config-prettier": "^4.0.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-prettier": "^3.0.0",
"fakeredis": "^2.0.0",
"mocha": "^6.1.4",
"nock": "^10.0.6",
"nyc": "^14.0.0",
"sinon": "^7.3.2",
"sinon-express-mock": "^2.2.0",
"superagent": "4.1.0",
"supertest": "^4.0.2",
"supervisor": "^0.12.0"
},
"engines": {
"node": "10.x.x"
}
}