Prvotní nástřel fungující aplikace

This commit is contained in:
Martin Berka
2023-06-01 23:05:51 +02:00
parent bf379e13ed
commit 12583e6efb
59 changed files with 2194 additions and 1011 deletions

View File

@@ -3,10 +3,14 @@
"version": "1.0.0",
"main": "src/index.ts",
"license": "MIT",
"private": true,
"scripts": {
"start": "ts-node src/index.ts"
"start": "ts-node src/index.ts",
"build": "tsc -p ."
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/node": "^20.2.5",
"@types/request-promise": "^4.1.48",
"ts-node": "^10.9.1",
"typescript": "^5.0.2"
@@ -17,6 +21,7 @@
"express": "^4.18.2",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"simple-json-db": "^2.0.0",
"socket.io": "^4.6.1"
}
}
}