mirror of
https://github.com/sern-handler/automata
synced 2026-06-20 06:42:19 +00:00
29 lines
676 B
JSON
29 lines
676 B
JSON
{
|
|
"name": "api",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"dev": "tsc-watch --preserveWatchOutput --onSuccess \"node dist/index.js --dev\"",
|
|
"build": "tsc",
|
|
"start": "node dist/index.js"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"body-parser": "^1.20.2",
|
|
"cors": "^2.8.5",
|
|
"database": "1.0.0",
|
|
"dotenv": "^16.0.3",
|
|
"execa": "^7.1.1",
|
|
"express": "^4.18.2",
|
|
"express-rate-limit": "^6.11.1",
|
|
"simple-discord-webhooks": "^2.1.0",
|
|
"zod": "^3.22.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/cors": "^2.8.14",
|
|
"@types/express": "^4.17.17",
|
|
"@types/node": "^18.15.11",
|
|
"tsc-watch": "^6.0.0",
|
|
"typescript": "^5.0.4"
|
|
}
|
|
}
|