{
  "name": "@autonoma-ai/planner",
  "version": "0.1.29",
  "description": "One command to set up Autonoma: a preview environment, an end-to-end test suite generated from your codebase, the SDK integration, and a dry run proving it works.",
  "keywords": [
    "ai-agent",
    "autonoma",
    "e2e",
    "end-to-end-testing",
    "preview-environments",
    "test-data",
    "test-generation"
  ],
  "homepage": "https://docs.autonoma.app/test-planner/",
  "bugs": {
    "url": "https://github.com/Autonoma-AI/autonoma/issues"
  },
  "license": "BUSL-1.1",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Autonoma-AI/autonoma.git",
    "directory": "apps/cli"
  },
  "bin": {
    "autonoma-planner": "dist/index.js"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE.md"
  ],
  "type": "module",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "dependencies": {
    "@11ty/gray-matter": "^3.0.0",
    "@openrouter/ai-sdk-provider": "^3.0.0",
    "@t3-oss/env-core": "^0.13.10",
    "@trpc/client": "^11.10.0",
    "ai": "^7.0.55",
    "cross-spawn": "^7.0.6",
    "glob": "^13.0.6",
    "highlight.js": "^11.11.1",
    "ink": "^7.1.1",
    "minimatch": "^10.2.5",
    "react": "^19.2.4",
    "superjson": "^2.2.6",
    "which": "^5.0.0",
    "zod": "4.3.6"
  },
  "devDependencies": {
    "@ai-sdk/openai": "^4.0.33",
    "@octokit/app": "^16.1.2",
    "@types/cross-spawn": "^6.0.6",
    "@types/jsdom": "^27.0.0",
    "@types/node": "^25.2.3",
    "@types/react": "^19.2.14",
    "@types/which": "^3.0.4",
    "ink-testing-library": "^4.0.0",
    "jsdom": "^29.1.1",
    "rrweb-snapshot": "^2.1.1",
    "tsup": "^8.5.1",
    "tsx": "^4.21.0",
    "typescript": "^7.0.2",
    "vitest": "^4.1.4",
    "@autonoma/api": "0.0.1",
    "@autonoma/types": "0.0.1"
  },
  "engines": {
    "node": ">=22.13"
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsx src/index.ts",
    "ui:gallery": "tsx src/ui/gallery.tsx",
    "start": "node dist/index.js",
    "test": "vitest run",
    "test:watch": "vitest",
    "eval:sdk": "tsx --env-file=../../.env evals/sdk-integration/run.ts",
    "eval:planner": "tsx --env-file=../../.env evals/planner/run.ts",
    "eval:bootstrap": "tsx --env-file=../../.env evals/planner/bootstrap.ts",
    "eval:testgen": "tsx --env-file=../../.env evals/testgen/run.ts",
    "eval:testgen:all": "tsx --env-file=../../.env evals/testgen/all.ts",
    "eval:testgen:report": "tsx --env-file=../../.env evals/testgen/report.ts",
    "typecheck": "tsc --noEmit",
    "lint": "oxlint src tests evals",
    "fmt": "oxfmt --write src tests evals",
    "tui:frames": "tsx scripts/render-tui-frames.tsx"
  }
}