-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 751 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 751 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
{
"name": "copa-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "tsx watch src/server.ts"
},
"keywords": [],
"author": "Lucas Maciel (luk4xm4ci3l@gmail.com)",
"prisma": {
"seed": "tsx prisma/seed.ts"
},
"license": "ISC",
"devDependencies": {
"@mermaid-js/mermaid-cli": "^9.1.7",
"prisma": "^4.5.0",
"prisma-erd-generator": "^1.2.2",
"tsx": "^3.11.0",
"typescript": "^4.8.4"
},
"dependencies": {
"@fastify/cors": "^8.1.1",
"@fastify/jwt": "^6.3.2",
"@prisma/client": "^4.5.0",
"fastify": "^4.9.2",
"short-unique-id": "^4.4.4",
"zod": "^3.19.1"
}
}