2023-09-29 05:14:09 +00:00
|
|
|
{
|
|
|
|
"name": "purescript-puppeteer",
|
|
|
|
"module": "index.js",
|
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
|
|
|
"fmt": "bun bun/fmt.js",
|
2023-10-26 20:49:54 +00:00
|
|
|
"postinstall": "rm -rf node_modules/puppeteer-extra/node_modules/"
|
2023-09-29 05:14:09 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"bun-types": "latest",
|
|
|
|
"devtools-protocol": "^0.0.1200039",
|
|
|
|
"purs-tidy": "^0.10.0"
|
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"typescript": "^5.0.0"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-10-03 21:25:12 +00:00
|
|
|
"@cliqz/adblocker-puppeteer": "1.23.8",
|
2023-09-29 05:14:09 +00:00
|
|
|
"callsites": "^4.1.0",
|
2023-10-26 20:49:54 +00:00
|
|
|
"puppeteer-core": "https://git.orionkindel.com/orion/-/packages/npm/puppeteer-core/0.0.2-fork/files/3271#.tgz",
|
|
|
|
"puppeteer": "https://git.orionkindel.com/orion/-/packages/npm/puppeteer/0.0.3-fork/files/3272#.tgz",
|
2023-10-03 21:25:12 +00:00
|
|
|
"puppeteer-extra": "^3.3.6",
|
|
|
|
"puppeteer-extra-plugin-adblocker": "^2.13.6",
|
|
|
|
"puppeteer-extra-plugin-anonymize-ua": "^2.4.6",
|
|
|
|
"puppeteer-extra-plugin-recaptcha": "^3.6.8",
|
2023-10-26 20:49:54 +00:00
|
|
|
"puppeteer-extra-plugin-stealth": "^2.11.2",
|
|
|
|
"purescript-language-server": "latest"
|
2023-09-29 05:14:09 +00:00
|
|
|
}
|
|
|
|
}
|