-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 725 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 725 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
{
"name": "upload-ai",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "tsx watch src/server.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@snarloff/eslint-config": "^1.0.4",
"@types/node": "^20.8.4",
"dotenv": "^16.3.1",
"prisma": "^5.4.2",
"tsx": "^3.13.0",
"typescript": "^5.2.2"
},
"dependencies": {
"@fastify/autoload": "^5.7.1",
"@fastify/cors": "^8.4.0",
"@fastify/multipart": "^8.0.0",
"@prisma/client": "5.4.2",
"ai": "^2.2.15",
"chalk": "^5.3.0",
"fastify": "^4.24.0",
"openai": "^4.12.1",
"zod": "^3.22.4"
},
"prisma": {
"seed": "tsx prisma/seed.ts"
}
}