{ "name": "acpsbooking", "version": "0.0.0", "description": "ACPSBooking", "main": "server.js", "author": { "name": "" }, "scripts": { "build": "tsc --build", "clean": "tsc --build --clean", "start": "node server" }, "devDependencies": { "@types/node": "^14.14.7", "@types/express": "^4.0.37", "typescript": "^4.0.5", "body-parser": "^1.19.0", "express": "^4.14.0", "pug": "^3.0.2" } }