-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 938 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 938 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
{
"name": "timetable",
"version": "1.0.0",
"description": "",
"homepage": "https://github.com/project-time/TimeTable#readme",
"bugs": {
"url": "https://github.com/project-time/TimeTable/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/project-time/TimeTable.git"
},
"license": "ISC",
"author": "",
"type": "commonjs",
"main": "Server.js",
"scripts": {
"start": "node",
"test": "jest"
},
"dependencies": {
"body-parser": "^1.20.3",
"bootstrap": "^5.3.3",
"dotenv": "^17.3.1",
"ejs": "^3.1.10",
"express": "^4.21.2",
"express-session": "^1.18.1",
"mongoose": "^8.9.5",
"node": "^18.20.6",
"passport": "^0.7.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^8.0.0"
},
"devDependencies": {
"jest": "^29.7.0",
"jsdom": "^26.0.0",
"mongodb-memory-server": "^10.1.3",
"supertest": "^7.0.0"
}
}