forked from natyeo/Project_Greenprint_Backend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 974 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
36
37
38
39
40
41
{
"name": "project-greenprint-backend",
"version": "0.0.0",
"private": true,
"dependencies": {
"@google/maps": "^1.0.2",
"bcryptjs": "^2.4.3",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"dotenv": "^8.2.0",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"is-empty": "^1.2.0",
"jade": "~1.11.0",
"jsonwebtoken": "^8.5.1",
"mocha": "^7.0.0",
"mongoose": "^5.8.6",
"morgan": "~1.9.1",
"node-fetch": "^2.6.0",
"passport": "^0.4.1",
"passport-jwt": "^4.0.0",
"promise": "^8.0.3",
"validator": "^12.1.0"
},
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/chai-http": "^3.0.5",
"@types/mocha": "^5.2.6",
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"jest-fetch-mock": "^3.0.1",
"superagent": "^5.2.1",
"supertest": "^4.0.2"
},
"scripts": {
"test": "mocha --exit"
}
}