-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.08 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
{
"name": "autoru.parser",
"version": "1.0.0",
"description": "Autoru Parser",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "DEBUG=express:* nodemon --exec babel-node src/index.js",
"start-debug": "DEBUG=express:* nodemon --exec babel-node src/index.js",
"build": "babel index.js --out-file dist/index.min.js",
"browser": "chromium-browser --remote-debugging-port=9222",
"helper": "node src/commands/helper"
},
"author": "",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-s3": "^3.95.0",
"@babel/core": "^7.12.10",
"@babel/node": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"apify": "^0.22.4",
"axios": "^0.21.0",
"dotenv": "^16.0.1",
"node-cache": "^5.1.2",
"node-html-parser": "^2.0.2",
"nodemon": "^2.0.6",
"proxy-chain": "^0.4.7",
"puppeteer": "^7.0.4",
"puppeteer-extra": "^3.1.17",
"puppeteer-extra-plugin-stealth": "^2.7.5",
"stream-transform": "^3.0.4"
},
"devDependencies": {
"babel-plugin-module-resolver": "^4.1.0"
}
}