{ "name": "starter-express-api", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "start": "node index.js" }, "repository": { "type": "git", "url": "git+https://github.com/cyclic-software/starter-express-api.git" }, "author": "", "license": "ISC", "bugs": { "url": "https://github.com/cyclic-software/starter-express-api/issues" }, "homepage": "https://github.com/cyclic-software/starter-express-api#readme", "dependencies": { "express": "^4.17.1" } }