forked from engaging-computing/MYR-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 977 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": "myr-backend",
"version": "1.1.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "jest",
"coverage": "jest --coverage"
},
"dependencies": {
"@firebase/firestore": "^1.16.4",
"async-mutex": "^0.3.1",
"babel-eslint": "^10.0.1",
"bcryptjs": "^2.4.3",
"commander": "^2.20.0",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"dotenv": "^8.2.0",
"express": "^4.16.4",
"express-rate-limit": "^3.4.0",
"fibers": "^3.1.1",
"firebase": "^5.9.3",
"fs": "0.0.1-security",
"google-auth-library": "^6.0.0",
"http-errors": "~1.6.2",
"jade": "^1.11.0",
"jsonwebtoken": "^8.5.1",
"mongodb-memory-server": "^2.9.3",
"mongoose": "^5.4.22",
"morgan": "^1.9.1",
"pug": "^2.0.3",
"socket.io": "^2.3.0"
},
"devDependencies": {
"eslint": "^5.16.0",
"jest": "^24.8.0",
"superagent": "^4.1.0",
"supertest": "^3.4.2"
}
}