-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (44 loc) · 1.01 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
{
"name": "collector_be",
"version": "1.0.0",
"description": "",
"main": "app.js",
"dependencies": {
"body-parser": "^1.19.0",
"concurrently": "^5.3.0",
"connect-mongo": "^4.4.1",
"connect-redis": "^5.1.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^8.2.0",
"eslint": "^7.16.0",
"express": "^4.17.1",
"express-jwt": "^6.0.0",
"express-session": "^1.17.1",
"express-validator": "^6.8.1",
"jsonwebtoken": "^8.5.1",
"link-module-alias": "^1.2.0",
"moment": "^2.29.1",
"mongoose": "^5.11.8",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.4",
"prettier": "^2.2.1",
"redis": "^3.1.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"chai": "^4.3.4",
"chai-http": "^4.3.0",
"mocha": "^8.4.0",
"nodemon": "^2.0.12"
},
"scripts": {
"test": "mocha --timeout 10000",
"start": "nodemon src/app.js"
},
"keywords": [],
"author": "",
"license": "ISC"
}