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%
416 B · 21 lines json
Raw Blame History
1{2  "name": "@tendril/extract",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    "@mozilla/readability": "^0.5.0",17    "linkedom": "^0.18.6",18    "turndown": "^7.2.0"19  }20}21