Files
starter-express-api/package.json
Shobhit Kushwaha e107da36ee Update package.json
2022-12-19 14:25:31 +05:30

23 lines
525 B
JSON

{
"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"
}
}