-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 864 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": "fcx-backend",
"version": "1.0.0",
"main": "index.js",
"repository": "[email protected]:davimateus1/FCx-backend.git",
"author": "Davi Mateus <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "tsx watch src/server.ts",
"lint": "eslint src --ext .ts --fix"
},
"devDependencies": {
"@prisma/client": "^5.1.1",
"@rocketseat/eslint-config": "^2.1.0",
"@types/bcrypt": "^5.0.0",
"@types/jsonwebtoken": "^9.0.2",
"@types/pdfkit": "^0.12.10",
"eslint": "^8.47.0",
"prisma": "^5.1.1",
"tsx": "^3.12.7",
"typescript": "^5.1.6"
},
"dependencies": {
"@fastify/cors": "^8.3.0",
"bcrypt": "^5.1.1",
"docx": "^8.2.2",
"dotenv": "^16.3.1",
"exceljs": "^4.3.0",
"fastify": "^4.21.0",
"jsonwebtoken": "^9.0.1",
"pdfkit": "^0.13.0",
"zod": "^3.22.1"
}
}