-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.07 KB
/
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
40
41
42
{
"name": "fastify-finalyear-backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "tsx watch src/index.ts",
"build": "tsc -p tsconfig.json && prisma generate",
"prisma:generate": "prisma generate"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@fastify/cookie": "^9.3.1",
"@fastify/cors": "^9.0.1",
"@fastify/jwt": "^8.0.0",
"@fastify/multipart": "^8.2.0",
"@prisma/client": "^5.11.0",
"axios": "^1.6.8",
"bcrypt": "^5.1.1",
"fastify": "^4.26.2",
"fastify-jwt": "^4.2.0",
"fastify-multipart": "^5.4.0",
"fastify-plugin": "^4.5.1",
"fastify-postgres": "^3.7.0",
"form-auto-content": "^3.2.1",
"fs": "^0.0.1-security",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.13",
"path": "^0.12.7",
"tap": "^18.7.2"
},
"devDependencies": {
"@types/node": "^20.11.28",
"prisma": "^5.11.0",
"ts-node-dev": "^2.0.0",
"tsx": "^4.7.1",
"typescript": "^5.4.2"
}
}