-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 864 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 864 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
{
"name": "one-big-place",
"version": "1.0.0",
"main": "app.js",
"scripts": {
"dev": "nodemon app.js"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@prisma/client": "^6.5.0",
"bcrypt": "^5.1.1",
"canvas": "^3.1.0",
"connect-pg-simple": "^10.0.0",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"express-session": "^1.18.1",
"express-socket.io-session": "^1.3.5",
"joi": "^17.13.3",
"luxon": "^3.6.1",
"node-schedule": "^2.1.1",
"nodemon": "^3.1.9",
"passport": "^0.7.0",
"passport-local": "^1.0.0",
"pg": "^8.14.1",
"pg-hstore": "^2.3.4",
"prisma": "^6.5.0",
"socket.io": "^4.8.1"
},
"devDependencies": {
"@eslint/js": "^9.23.0",
"eslint": "^9.23.0",
"globals": "^16.0.0"
},
"prisma": {
"seed": "node prisma/seed.js"
}
}