-
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.03 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.03 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": "isproject",
"version": "1.0.0",
"description": "PROGETTO INGEGNERIA DEL SOFTWARE 2022",
"main": "index.js",
"scripts": {
"start": "nodemon server.js",
"test": "jest --setupFiles dotenv/config"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mircoloo/ISproject.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mircoloo/ISproject/issues"
},
"homepage": "https://github.com/mircoloo/ISproject#readme",
"dependencies": {
"bcrypt": "^5.0.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.0",
"connect-mongodb-session": "^3.1.1",
"cookie-parser": "^1.4.6",
"dotenv": "^16.0.1",
"ejs": "^3.1.7",
"express": "^4.18.1",
"express-ejs-layouts": "^2.5.1",
"express-session": "^1.17.3",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.3.3",
"node-fetch": "^2.6.7",
"semver": "^7.3.7",
"session": "^0.1.0"
},
"devDependencies": {
"jest": "^28.1.0",
"nodemon": "^2.0.16",
"supertest": "^6.2.3"
}
}