34 lines
700 B
JSON
Executable File
34 lines
700 B
JSON
Executable File
{
|
|
"name": "es",
|
|
"version": "1.0.0",
|
|
"description": "Proyecto practicas ES",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "nodemon index.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"node",
|
|
"express"
|
|
],
|
|
"author": "SAE",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"bcrypt": "^5.0.1",
|
|
"cors": "^2.8.5",
|
|
"crypto-js": "^4.0.0",
|
|
"express": "^4.17.1",
|
|
"helmet": "^4.4.1",
|
|
"jwt-simple": "^0.5.6",
|
|
"moment": "^2.29.1",
|
|
"mongoose": "^5.12.3",
|
|
"morgan": "^1.10.0",
|
|
"nodejs-base64-encode": "^1.1.0",
|
|
"speakeasy": "^2.0.0",
|
|
"winston": "^3.0.0-rc3"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^2.0.7"
|
|
}
|
|
}
|