SPB Git

spb/tendril Public

Tendril — web ingestion platform (scrape/crawl/map/search) on macOS Apple Silicon: WebKit fidelity, authenticated pages, deterministic testable extraction. A self-hosted Firecrawl alternative.

JavaScript 82.6% TypeScript 11.8% HTML 5.3%
430 B · 21 lines json
Raw Blame History
1{2  "name": "@tendril/fetcher-http",3  "version": "0.1.0",4  "private": true,5  "type": "module",6  "main": "./dist/index.js",7  "types": "./dist/index.d.ts",8  "exports": {9    ".": {10      "types": "./dist/index.d.ts",11      "default": "./dist/index.js"12    }13  },14  "dependencies": {15    "@tendril/shared": "workspace:*",16    "@tendril/egress": "workspace:*",17    "@tendril/router": "workspace:*",18    "undici": "^7.2.0"19  }20}21