{ "dependencies": { "dotenv": "^10.0.0", "express": "^4.17.1", "express-handlebars": "^5.3.2", "hbs": "^4.1.2", "npm": "^7.14.0" }, "name": "boilerplate", "version": "1.0.0", "main": "./src/app.js", "devDependencies": { "@types/body-parser": "^1.19.0", "@types/dotenv": "^8.2.0", "@types/express": "^4.17.11", "@types/express-handlebars": "^3.1.0", "@types/handlebars": "^4.1.0", "@types/hbs": "^4.0.1" }, "scripts": { "build": "rm -rf dist/* && tsc", "test": "DEV_MODE=TRUE && nodemon ./src/app.ts" }, "author": "", "license": "ISC", "description": "" }