-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 961 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": "@chincheta/scraper",
"version": "3.2.3",
"description": "A stealth scraper built over puppeteer.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "jest --coverage",
"prepublish": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chincheta/scraper.git"
},
"keywords": [
"puppeteer"
],
"author": "chincheta",
"license": "MIT",
"bugs": {
"url": "https://github.com/chincheta/scraper/issues"
},
"homepage": "https://github.com/chincheta/scraper#readme",
"devDependencies": {
"@types/jest": "^29.4.0",
"@types/luxon": "^3.2.0",
"dotenv": "^16.0.3",
"jest": "^29.4.2",
"luxon": "^3.2.1",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
},
"dependencies": {
"axios": "^1.3.2",
"puppeteer": "^19.6.3",
"puppeteer-extra": "^3.3.4",
"puppeteer-extra-plugin-stealth": "^2.11.1"
}
}