-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 965 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 965 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
{
"name": "nimbus-2k26-backend",
"version": "1.0.0",
"description": "",
"homepage": "https://github.com/appteam-nith/Nimbus-2k26-Backend#readme",
"bugs": {
"url": "https://github.com/appteam-nith/Nimbus-2k26-Backend/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/appteam-nith/Nimbus-2k26-Backend.git"
},
"license": "ISC",
"author": "",
"type": "module",
"main": "index.js",
"scripts": {
"dev": "nodemon src/index.js",
"start": "node src/index.js"
},
"dependencies": {
"@neondatabase/serverless": "^1.0.2",
"@prisma/adapter-neon": "^7.3.0",
"@prisma/adapter-pg": "^7.3.0",
"@prisma/client": "^7.4.0",
"bcrypt": "^6.0.0",
"dotenv": "^17.2.3",
"express": "^5.2.1",
"google-auth-library": "^10.5.0",
"jsonwebtoken": "^9.0.3",
"pg": "^8.17.2"
},
"devDependencies": {
"@types/pg": "^8.16.0",
"nodemon": "^3.1.11",
"prisma": "^7.4.0"
}
}