{
  "name": "social-runtime-crawler",
  "version": "0.1.0",
  "private": true,
  "description": "Social Runtime Crawler — browser-native, self-learning crawler that mines the observable runtime of social applications.",
  "type": "module",
  "packageManager": "pnpm@11.1.2",
  "engines": {
    "node": ">=22"
  },
  "scripts": {
    "src": "tsx apps/worker/src/cli.ts",
    "login": "tsx apps/worker/src/cli.ts login",
    "crawl": "tsx apps/worker/src/cli.ts crawl",
    "learn": "tsx apps/worker/src/cli.ts learn",
    "replay": "tsx apps/worker/src/cli.ts replay",
    "db:migrate": "tsx packages/storage/src/migrate.ts",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "test": "vitest run",
    "test:watch": "vitest",
    "api": "tsx apps/api/src/server.ts",
    "dashboard:dev": "pnpm --filter @src/dashboard dev",
    "dashboard:build": "pnpm --filter @src/dashboard build",
    "dashboard:start": "pnpm --filter @src/dashboard start"
  },
  "devDependencies": {
    "@types/node": "^24.0.0",
    "tsx": "^4.20.0",
    "typescript": "^5.9.3",
    "vitest": "^3.2.0"
  }
}
