- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
27 lines (27 loc) · 595 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 595 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
{
"name": "spelling-galaxy-api",
"version": "1.0.0",
"description": "",
"main": "app.ts",
"scripts": {
"dev": "nodemon --watch index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"dependencies": {
"@fastify/cors": "^11.1.0",
"@prisma/client": "^6.15.0",
"fastify": "^5.6.0",
"fastify-mail": "^1.0.7",
"typescript": "^5.9.2"
},
"devDependencies": {
"@types/node": "^24.3.1",
"nodemon": "^3.1.10",
"prisma": "^6.15.0",
"ts-node": "^10.9.2"
}
}