-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.02 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.02 KB
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
{
"name": "stack-backend",
"version": "1.0.0",
"description": "Backend for Stack",
"main": "app.js",
"scripts": {
"test": "npm run test",
"start": "node app.js",
"dev": "nodemon app"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Pr0jectStack/Stack-backend.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Pr0jectStack/Stack-backend/issues"
},
"homepage": "https://github.com/Pr0jectStack/Stack-backend#readme",
"dependencies": {
"@sendgrid/mail": "^7.4.2",
"body-parser": "^1.19.0",
"connect-mongo": "^4.2.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-jwt": "^6.0.0",
"express-session": "^1.17.1",
"express-validator": "^6.10.0",
"formidable": "^1.2.2",
"lodash": "^4.17.21",
"mongoose": "^5.11.18",
"normalize-email": "^1.1.1",
"socket.io": "^4.0.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"nodemon": "^2.0.7"
}
}