mirror of
https://github.com/sern-handler/automata
synced 2026-06-06 01:16:51 +00:00
30 lines
742 B
JSON
30 lines
742 B
JSON
{
|
|
"name": "automata",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"dev": "pocketbase-typegen --env --out ./util/pbtypes.ts;tsc-watch --onSuccess \"node dist/index.js --dev\"",
|
|
"build": "tsc"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"axios": "^1.5.0",
|
|
"body-parser": "^1.20.2",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^16.0.3",
|
|
"execa": "^7.1.1",
|
|
"express": "^4.18.2",
|
|
"express-rate-limit": "^6.11.1",
|
|
"form-data": "^4.0.0",
|
|
"pocketbase": "^0.18.0",
|
|
"simple-discord-webhooks": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/cors": "^2.8.14",
|
|
"@types/express": "^4.17.17",
|
|
"@types/node": "^18.15.11",
|
|
"pocketbase-typegen": "^1.1.13",
|
|
"tsc-watch": "^6.0.0",
|
|
"typescript": "^5.0.4"
|
|
}
|
|
}
|