Crawler (Majestic Million → undici → cheerio → Meilisearch), Hono search API with P2P peer federation, Cloudflare Worker frontend, VM provisioning scripts. Adds README, .gitignore, and moves VM credentials out of deploy.sh into a git-ignored deploy.env. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
14 lines
267 B
JSON
14 lines
267 B
JSON
{
|
|
"name": "search-engine-crawler",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node src/index.js",
|
|
"tranco": "node src/tranco.js"
|
|
},
|
|
"dependencies": {
|
|
"cheerio": "^1.0.0",
|
|
"p-limit": "^6.2.0",
|
|
"undici": "^7.0.0"
|
|
}
|
|
}
|