-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 938 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
{
"name": "upload-ai-server",
"version": "1.0.0",
"description": "API de automação",
"main": "index.js",
"scripts": {
"dev": "tsx watch src/server.ts"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/FranciscoYlderlan/Automated-Video-Description-Composer-API.git"
},
"author": "FranciscoYlderlan",
"license": "ISC",
"bugs": {
"url": "https://github.com/FranciscoYlderlan/Automated-Video-Description-Composer-API/issues"
},
"homepage": "https://github.com/FranciscoYlderlan/Automated-Video-Description-Composer-API#readme",
"devDependencies": {
"@types/node": "^20.6.1",
"dotenv": "^16.3.1",
"prisma": "^5.3.1",
"tsx": "^3.12.10",
"typescript": "^5.2.2"
},
"dependencies": {
"@fastify/cors": "^8.3.0",
"@fastify/multipart": "^7.7.3",
"@prisma/client": "^5.3.1",
"fastify": "^4.23.2",
"openai": "^4.7.1",
"zod": "^3.22.2"
}
}