{
  "name": "@tendril/api",
  "version": "0.1.0",
  "private": true,
  "type": "module",
  "main": "./src/main.ts",
  "scripts": {
    "dev": "tsx watch src/main.ts",
    "start": "node dist/main.js"
  },
  "dependencies": {
    "@tendril/shared": "workspace:*",
    "@tendril/router": "workspace:*",
    "@tendril/egress": "workspace:*",
    "@tendril/fetcher-http": "workspace:*",
    "@tendril/extract": "workspace:*",
    "@tendril/frontier": "workspace:*",
    "@fastify/compress": "^8.0.1",
    "@fastify/static": "^8.0.3",
    "fastify": "^5.2.0",
    "zod": "^3.24.1"
  }
}
