{ "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", "@types/express": "^4.17.20", "tsc-watch": "^6.0.4", "typescript": "^5.2.2" }, "dependencies": { "@types/node": "^20.6.1", "bootstrap": "^5.3.2", "express": "^4.18.2" } }