-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.09 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
{
"name": "comma-backend",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "set NODE_ENV=test&& mocha --exit --reporter spec",
"start": "node app.js"
},
"keywords": [
"comma"
],
"author": "Shrihari Prakash, Ronald Lanton",
"license": "ISC",
"dependencies": {
"@google-cloud/storage": "^5.3.0",
"axios": "^0.21.2",
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"cookie-session": "^1.4.0",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-fileupload": "^1.1.10",
"express-rate-limit": "^5.1.3",
"express-session": "^1.17.1",
"fs": "0.0.1-security",
"http": "0.0.1-security",
"memory-cache": "^0.2.0",
"mongodb": "^3.6.0",
"node-cron": "^2.0.3",
"passport": "^0.4.1",
"passport-google-oauth20": "^2.0.0",
"socket.io": "^2.3.0",
"uuid-base64": "^1.0.0",
"web-push": "^3.4.4"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"eslint": "^7.30.0",
"faker": "^5.1.0",
"mocha": "^8.1.3"
}
}