This commit is contained in:
2026-03-19 22:35:27 -05:00
parent 7641641ccd
commit 58f55cba47
12 changed files with 365 additions and 38 deletions

View File

@@ -4,11 +4,12 @@
"main": "index.js",
"license": "MIT",
"scripts": {
"start:dev": "ts-node ./src/index.ts"
"start:dev": "nodemon --exec ts-node ./src/index.ts"
},
"devDependencies": {
"@types/express": "^5.0.6",
"@types/node": "^25.5.0",
"nodemon": "^3.1.14",
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
},