{
  "name": "tendril",
  "version": "0.1.0",
  "private": true,
  "description": "Web ingestion platform (search / scrape / crawl / map) on macOS Apple Silicon",
  "type": "module",
  "packageManager": "pnpm@11.1.2",
  "engines": {
    "node": ">=22"
  },
  "scripts": {
    "build": "tsc -b apps/api",
    "typecheck": "tsc -b apps/api",
    "test": "vitest run",
    "test:watch": "vitest",
    "dev:api": "tsx watch apps/api/src/main.ts",
    "lint": "eslint ."
  },
  "devDependencies": {
    "@types/node": "^22.10.0",
    "@types/turndown": "^5.0.5",
    "tsx": "^4.19.2",
    "typescript": "^5.7.2",
    "vite-tsconfig-paths": "^5.1.4",
    "vitest": "^2.1.8"
  },
  "dependencies": {
    "@mozilla/readability": "^0.5.0",
    "fastify": "^5.2.0",
    "linkedom": "^0.18.6",
    "pino": "^9.5.0",
    "turndown": "^7.2.0",
    "undici": "^7.2.0",
    "zod": "^3.24.1"
  }
}
