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%
324 B · 18 lines json
Raw Blame History
1{2  "name": "@tendril/egress",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  }17}18