1
0
rest-api-example/package.json
2020-09-13 03:53:13 +03:00

20 lines
340 B
JSON

{
"name": "rest-api",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "nodemon ."
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"mongoose": "^5.10.2"
}
}