-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 810 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 810 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
{
"name": "notes-api",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"engines": {
"node": "22.6.0"
},
"scripts": {
"server": "node --experimental-strip-types --inspect --watch ./server.ts"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@prisma/client": "^6.6.0",
"@types/dotenv": "^6.1.1",
"cors": "^2.8.5",
"dotenv": "^16.5.0",
"express": "^5.1.0",
"zod": "^3.24.3"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/express": "^5.0.1",
"@types/node": "^22.14.1",
"prisma": "^6.6.0",
"typescript": "^5.8.3"
},
"packageManager": "pnpm@10.9.0+sha512.0486e394640d3c1fb3c9d43d49cf92879ff74f8516959c235308f5a8f62e2e19528a65cdc2a3058f587cde71eba3d5b56327c8c33a97e4c4051ca48a10ca2d5f"
}