x-crawl
Version:
x-crawl is a flexible Node.js AI-assisted crawler library.
49 lines • 1.01 kB
JSON
{
"name": "x-crawl",
"version": "10.1.0",
"author": "coderHXL",
"description": "x-crawl is a flexible Node.js AI-assisted crawler library.",
"license": "MIT",
"homepage": "https://github.com/coder-hxl/x-crawl/tree/main/publish",
"repository": {
"type": "git",
"url": "https://github.com/coder-hxl/x-crawl"
},
"main": "index.js",
"type": "module",
"types": "./index.d.ts",
"exports": {
"types": "./index.d.ts",
"import": "./index.js",
"require": "./index.cjs"
},
"keywords": [
"x-crawl",
"nodejs",
"typescript",
"ts",
"javascript",
"crawl",
"crawler",
"spider",
"ai",
"ai assisted",
"ai crawl",
"flexible",
"control page",
"rotate agents",
"fingerprint",
"multifunction"
],
"engines": {
"node": ">=18.20.8"
},
"dependencies": {
"chalk": "5.4.1",
"https-proxy-agent": "^7.0.6",
"ollama": "^0.5.14",
"openai": "^4.91.1",
"ora": "^8.2.0",
"puppeteer": "24.6.0"
}
}