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%
582 B · 24 lines json
Raw Blame History
1{2  "name": "@tendril/api",3  "version": "0.1.0",4  "private": true,5  "type": "module",6  "main": "./src/main.ts",7  "scripts": {8    "dev": "tsx watch src/main.ts",9    "start": "node dist/main.js"10  },11  "dependencies": {12    "@tendril/shared": "workspace:*",13    "@tendril/router": "workspace:*",14    "@tendril/egress": "workspace:*",15    "@tendril/fetcher-http": "workspace:*",16    "@tendril/extract": "workspace:*",17    "@tendril/frontier": "workspace:*",18    "@fastify/compress": "^8.0.1",19    "@fastify/static": "^8.0.3",20    "fastify": "^5.2.0",21    "zod": "^3.24.1"22  }23}24