-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 978 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 978 Bytes
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": "projet_final",
"version": "1.0.0",
"description": "\"C'est tourné!\"",
"main": "app.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "jest",
"reset-db": "node database/reset-db.js"
},
"jest": {
"verbose": true
},
"repository": {
"type": "git",
"url": "git+https://github.com/SuperMorisl/LINFO1212---Projet-FINAL.git"
},
"author": "\"Younes, Sofia, Maurice\"",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/SuperMorisl/LINFO1212---Projet-FINAL/issues"
},
"homepage": "https://github.com/SuperMorisl/LINFO1212---Projet-FINAL#readme",
"private": true,
"dependencies": {
"bcrypt": "^6.0.0",
"cjs": "^0.0.11",
"ejs": "^3.1.10",
"express": "^5.1.0",
"express-session": "^1.18.2",
"jest": "^30.2.0",
"loader": "^2.1.1",
"mongodb": "^6.20.0",
"multer": "^2.0.2",
"package.json": "^2.0.1",
"supertest": "^7.1.4"
},
"keywords": []
}