-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.11 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.11 KB
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
43
44
45
{
"name": "api-focusplan",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "prisma generate",
"dev": "tsx watch src/server.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FocusPlan-dsw/API-FocusPlan.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/FocusPlan-dsw/API-FocusPlan/issues"
},
"homepage": "https://github.com/FocusPlan-dsw/API-FocusPlan#readme",
"dependencies": {
"@fastify/cors": "^11.1.0",
"@prisma/client": "^6.15.0",
"@types/bcryptjs": "^2.4.6",
"@types/cors": "^2.8.19",
"@types/jsonwebtoken": "^9.0.10",
"bcryptjs": "^3.0.2",
"dotenv": "^17.2.2",
"fastify": "^5.6.0",
"fastify-cookie": "^5.6.1",
"jsonwebtoken": "^9.0.2",
"mailtrap": "^4.2.0",
"nodemailer": "^6.10.1",
"nodemon": "^3.1.10",
"prisma": "^6.15.0"
},
"devDependencies": {
"@types/node": "^24.3.1",
"@types/nodemailer": "^6.4.20",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
"tsx": "^4.20.5",
"typescript": "^5.9.2"
}
}