Files
starter-express-api/package.json
2021-12-08 06:53:29 -05:00

23 lines
554 B
JSON

{
"name": "starter-express-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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"
}
}