-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.35 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
46
47
48
49
{
"name": "line-fever",
"version": "2.0.3",
"description": "Linefever game",
"main": "server.js",
"scripts": {
"devStart": "nodemon server.js",
"dev": "nodemon server.js",
"lint": "eslint .",
"test": "jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/P2-AAU-SW2/Curve-Fever"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/P2-AAU-SW2/Curve-Fever"
},
"homepage": "https://github.com/P2-AAU-SW2/Curve-Fever#readme",
"dependencies": {
"@2toad/profanity": "^2.2.0",
"@prisma/client": "^4.14.1",
"@quixo3/prisma-session-store": "^3.1.11",
"bcrypt": "^5.1.0",
"dotenv": "^16.0.3",
"ejs": "^3.1.8",
"express": "^4.18.2",
"express-session": "^1.17.3",
"morgan": "^1.10.0",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"socket.io": "^4.6.1",
"uuid": "^9.0.0"
},
"devDependencies": {
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.5.0",
"nodemon": "^2.0.21",
"prettier": "^2.8.7",
"prisma": "^4.14.1",
"superagent": "^8.0.9",
"supertest": "^6.3.3"
}
}