-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1 KB
/
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
{
"name": "scraping",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon --ignore static/ --ignore client/",
"heroku-postbuild": "NPM_CONFIG_PRODUCTION=false npm install"
},
"author": "SudeepMi",
"license": "ISC",
"dependencies": {
"adm-zip": "^0.5.9",
"archiver": "^5.3.1",
"bcryptjs": "^2.4.3",
"cheerio": "^0.22.0",
"cluster": "^0.7.7",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"excel4node": "^1.7.2",
"express": "^4.18.1",
"express-async-handler": "^1.2.0",
"express-mongo-sanitize": "^2.2.0",
"express-rate-limit": "^6.4.0",
"helmet": "^5.0.2",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.3.2",
"morgan": "^1.10.0",
"nodemon": "^2.0.16",
"os": "^0.1.2",
"process": "^0.11.10",
"puppeteer": "^13.7.0",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"xss-clean": "^0.1.1"
}
}