-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 882 Bytes
/
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
{
"name": "learn-prisma",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node app.js",
"dev": "npx nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/066516/learn-prisma.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/066516/learn-prisma/issues"
},
"homepage": "https://github.com/066516/learn-prisma#readme",
"dependencies": {
"@prisma/client": "^5.8.1",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"curl": "^0.1.4",
"dotenv": "^16.4.1",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.2",
"node-cron": "^3.0.3",
"pg": "^8.11.3",
"socket.io": "^4.7.4",
"socket.io-client": "^4.7.4",
"ws": "^8.16.0"
},
"devDependencies": {
"nodemon": "^3.0.3",
"prisma": "^5.8.1"
}
}