mirror of
https://github.com/sern-handler/automata
synced 2026-06-19 14:22:20 +00:00
21 lines
421 B
JSON
21 lines
421 B
JSON
{
|
|
"name": "automata",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"dev": "tsc-watch --onSuccess \"node dist/index.js\""
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"body-parser": "^1.20.2",
|
|
"dotenv": "^16.0.3",
|
|
"execa": "^7.1.1",
|
|
"express": "^4.18.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "^4.17.17",
|
|
"@types/node": "^18.15.11",
|
|
"tsc-watch": "^6.0.0",
|
|
"typescript": "^5.0.3"
|
|
}
|
|
}
|