{
  "name": "blueprintdata-cli",
  "version": "2.0.0",
  "description": "CLI tool to scaffold data stack projects and analytics agents",
  "bin": {
    "blueprintdata": "./dist/index.js"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "scripts": {
    "build": "bun run build.ts && chmod +x dist/index.js",
    "dev": "bun run build.ts --watch",
    "test": "bun test",
    "typecheck": "tsc --noEmit",
    "clean": "rm -rf dist"
  },
  "dependencies": {
    "@anthropic-ai/sdk": "^0.116.0",
    "@clack/prompts": "^0.7.0",
    "@google-cloud/bigquery": "^8.0.0",
    "chalk": "^5.3.0",
    "commander": "^12.0.0",
    "dotenv": "^16.4.0",
    "execa": "^8.0.1",
    "fs-extra": "^11.2.0",
    "giget": "^3.3.1",
    "openai": "^4.67.0",
    "pg": "^8.12.0",
    "validate-npm-package-name": "^7.0.2",
    "yaml": "^2.6.0",
    "zod": "^3.23.0"
  },
  "devDependencies": {
    "@blueprintdata/models": "workspace:*",
    "@blueprintdata/errors": "workspace:*",
    "@blueprintdata/config": "workspace:*",
    "@blueprintdata/warehouse": "workspace:*",
    "@blueprintdata/analytics": "workspace:*",
    "@types/fs-extra": "^11.0.4",
    "@types/validate-npm-package-name": "^4.0.2",
    "bun-types": "latest",
    "typescript": "^5.3.3"
  },
  "keywords": [
    "cli",
    "data-stack",
    "dbt",
    "analytics",
    "ai-agent"
  ],
  "author": "BlueprintData",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/blueprint-data/blueprintdata-cli.git",
    "directory": "apps/cli"
  },
  "homepage": "https://github.com/blueprint-data/blueprintdata-cli#readme",
  "bugs": {
    "url": "https://github.com/blueprint-data/blueprintdata-cli/issues"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
