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
29 lines (29 loc) · 837 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 837 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
28
29
{
"scripts": {
"start": "npx prisma generate && node index.js",
"dev": "nodemon index.js",
"recover-builds": "node scripts/recover-builds.js",
"migrate-images-webp": "node scripts/migrate-images-webp.js",
"update-embed-urls-webp": "node scripts/update-embed-urls-webp.js",
"resync-messages": "node scripts/resync-messages.js"
},
"dependencies": {
"@azure/identity": "^4.2.1",
"@azure/storage-blob": "^12.13.0",
"@fastify/cors": "^8.2.1",
"@fastify/static": "^6.12.0",
"@prisma/client": "^4.11.0",
"axios": "^1.3.4",
"discord.js": "^14.11.0",
"dotenv": "^16.0.3",
"fastify": "^4.15.0",
"prisma": "^4.11.0",
"sharp": "^0.34.4",
"ts-node": "^10.9.1",
"typescript": "^5.0.2"
},
"devDependencies": {
"nodemon": "^2.0.22",
"prettier": "2.8.7"
}
}