-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 939 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "api_node_proyecto",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"async": "^3.2.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.19.0",
"cheerio": "^1.0.0-rc.3",
"colors": "^1.4.0",
"cors": "^2.8.5",
"exceljs": "^4.1.1",
"express": "^4.17.1",
"faker": "^5.1.0",
"file-system": "^2.2.2",
"jsonwebtoken": "^8.5.1",
"mkdirp": "^1.0.4",
"mongoose": "^5.10.5",
"mongoose-algolia": "^1.10.1",
"mongoose-deep-populate": "^3.2.0",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"multer-s3": "^2.9.0",
"nodemailer": "^6.4.11",
"public-ip": "^4.0.2",
"socket.io": "^2.3.0",
"xlsx": "^0.16.8"
},
"devDependencies": {
"nodemon": "^2.0.4"
}
}