mirror of
https://github.com/FlareSolverr/FlareSolverr.git
synced 2025-06-11 05:47:13 +00:00
60 lines
1.5 KiB
JSON
60 lines
1.5 KiB
JSON
{
|
|
"name": "flaresolverr",
|
|
"version": "1.2.7",
|
|
"description": "Proxy server to bypass Cloudflare protection.",
|
|
"scripts": {
|
|
"start": "node ./dist/index.js",
|
|
"build": "tsc",
|
|
"dev": "nodemon -e ts --exec ts-node src/index.ts",
|
|
"package": "node build-binaries.js"
|
|
},
|
|
"author": "Diego Heras (ngosang)",
|
|
"contributors": [
|
|
{
|
|
"name": "Noah Cardoza",
|
|
"url": "https://github.com/NoahCardoza/CloudProxy.git"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ngosang/FlareSolverr"
|
|
},
|
|
"pkg": {
|
|
"assets": [
|
|
"node_modules/puppeteer-extra-plugin-stealth/**/*.*"
|
|
]
|
|
},
|
|
"bin": {
|
|
"flaresolverr": "dist/index.js"
|
|
},
|
|
"dependencies": {
|
|
"await-timeout": "^1.1.1",
|
|
"console-log-level": "^1.4.1",
|
|
"got": "^11.5.1",
|
|
"hcaptcha-solver": "^1.0.2",
|
|
"puppeteer": "^3.3.0",
|
|
"puppeteer-extra": "^3.1.15",
|
|
"puppeteer-extra-plugin-stealth": "^2.6.5",
|
|
"uuid": "^8.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/await-timeout": "^0.3.1",
|
|
"@types/node": "^14.0.23",
|
|
"@types/puppeteer": "^3.0.1",
|
|
"@types/uuid": "^8.0.0",
|
|
"archiver": "^5.2.0",
|
|
"eslint": "^7.5.0",
|
|
"eslint-config-airbnb-base": "^14.2.0",
|
|
"eslint-config-standard": "^14.1.1",
|
|
"eslint-plugin-import": "^2.22.0",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
"eslint-plugin-standard": "^4.0.1",
|
|
"nodemon": "^2.0.4",
|
|
"pkg": "^4.4.9",
|
|
"ts-node": "^8.10.2",
|
|
"typescript": "^3.9.7"
|
|
}
|
|
}
|