forked from rottedbean/lowcost_project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 914 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
{
"name": "lowcost-project",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "jest --watchAll --verbose"
},
"dependencies": {
"axios": "^0.25.0",
"axios-retry": "^3.2.5",
"cheerio": "^1.0.0-rc.10",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"iconv-lite": "^0.6.3",
"morgan": "~1.9.1",
"multer": "^1.4.4",
"mysql": "^2.18.1",
"node-cron": "^3.0.0",
"node-fetch": "^3.2.6",
"pm2": "^5.2.0",
"pug": "^3.0.2",
"puppeteer": "^14.4.1",
"puppeteer-core": "^14.4.0",
"request": "^2.88.2",
"request-promise-native": "^1.0.9",
"sanitize-html": "^2.7.0"
},
"devDependencies": {
"eslint": "^8.8.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^8.3.0",
"jest": "^27.5.0",
"prettier": "2.5.1"
}
}