Files
starter-express-api/package.json

23 lines
525 B
JSON
Raw Normal View History

2021-12-08 06:53:29 -05:00
{
"name": "starter-express-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
2022-12-19 14:25:31 +05:30
"start": "node index.js"
2021-12-08 06:53:29 -05:00
},
"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"
}
}