{ "name": "webapp", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "start": "tsc-watch --onsuccess \"node dist/server.js\"" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "@tsconfig/node20": "^20.1.2", "tsc-watch": "^6.0.4", "typescript": "^5.2.2" }, "dependencies": { "@types/node": "^20.6.1" } }