{
  "name": "@bagdock/cli",
  "version": "0.10.1",
  "description": "Bagdock developer CLI — build, test, and deploy apps and edges on the Bagdock platform",
  "keywords": [
    "bagdock",
    "cli",
    "self-storage",
    "developer-tools",
    "deploy",
    "serverless",
    "integrations",
    "adapters"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bagdock/bagdock-cli.git"
  },
  "homepage": "https://bagdock.com/docs/cli",
  "bugs": {
    "url": "https://github.com/bagdock/bagdock-cli/issues"
  },
  "type": "module",
  "bin": {
    "bagdock": "dist/bagdock.js"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE",
    "skills",
    "skill-evals"
  ],
  "skills": {
    "name": "bagdock-cli",
    "path": "skills/bagdock-cli"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "dev": "bun run bin/bagdock.ts",
    "build": "bun build bin/bagdock.ts --outdir dist --target node --format esm && node -e \"const fs=require('fs');const f='dist/bagdock.js';let c=fs.readFileSync(f,'utf8');c=c.replace(/^#!.*\\n/,'').replace(/^\\/\\/ @bun\\n/,'');fs.writeFileSync(f,'#!/usr/bin/env node\\n'+c)\"",
    "prepublishOnly": "bun run build",
    "test": "vitest run",
    "test:watch": "vitest",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "chalk": "^5.4.1",
    "commander": "^13.1.0",
    "open": "^10.1.0"
  },
  "devDependencies": {
    "@types/bun": "^1.3.10",
    "typescript": "^5.3.3",
    "vitest": "^3.2.4"
  }
}
