23 lines
455 B
JSON
23 lines
455 B
JSON
{
|
|
"name": "taller4",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "nodemon index.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Chris Cromer",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"body-parser": "^1.19.0",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^10.0.0",
|
|
"express": "^4.17.1",
|
|
"mongoose": "^5.9.24"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^2.0.14"
|
|
}
|
|
}
|