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%
409 B · 20 lines json
Raw Blame History
1{2  "name": "@tendril/frontier",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/fetcher-http": "workspace:*",17    "@tendril/extract": "workspace:*"18  }19}20