forked from BTE-Germany/EventBot
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
22 lines (22 loc) · 523 Bytes
/
Copy pathpackage.json
File metadata and controls
22 lines (22 loc) · 523 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"scripts": {
"start": "npx prisma generate && npx prisma db push && node index.js",
"dev": "nodemon index.js"
},
"dependencies": {
"@azure/identity": "^3.1.3",
"@azure/storage-blob": "^12.13.0",
"@fastify/cors": "^8.2.1",
"@prisma/client": "^4.11.0",
"axios": "^1.3.4",
"discord.js": "^14.8.0",
"dotenv": "^16.0.3",
"fastify": "^4.15.0",
"prisma": "^4.11.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.2"
},
"devDependencies": {
"nodemon": "^2.0.22"
}
}