{ "name": "foobar-server", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "dependencies": { "@types/express": "^4.17.2", "@types/hbs": "^4.0.1", "@types/mongodb": "^3.1.2", "@types/node": "^12.12.14", "body-parser": "^1.19.0", "colors": "^1.3.3", "express": "^4.17.1", "hbs": "^4.0.5", "mongodb": "^3.1.10" }, "devDependencies": { "typescript": "^4.0.3" } }