{
  "name": "@0xbigboss/silo",
  "version": "0.8.1",
  "description": "Isolated local development environments for Tilt and k3d.",
  "author": "0xbigboss <allen@unrulysystems.com>",
  "type": "module",
  "bin": {
    "silo": "dist/cli.js"
  },
  "scripts": {
    "dev": "bun --watch src/cli.ts",
    "lint": "bunx oxlint .",
    "format": "bunx oxlint --fix .",
    "check": "bunx knip && bunx jscpd src/",
    "typecheck": "bun run tsc --noEmit",
    "test": "bun test",
    "test:drain": "sh scripts/drain-test.sh",
    "test:duplicate": "sh scripts/duplicate-test.sh",
    "build": "bun build --target=bun --outdir dist src/cli.ts",
    "prepublishOnly": "bun run typecheck && bun run build",
    "changeset": "changeset",
    "version": "changeset version && bun run sync-versions",
    "sync-versions": "bun run scripts/sync-versions.ts",
    "release": "bun run build && changeset publish"
  },
  "dependencies": {
    "zod": "^3.24.1"
  },
  "devDependencies": {
    "@changesets/cli": "^2.29.8",
    "@types/node": "^20.11.30",
    "bun-types": "^1.1.6",
    "jscpd": "^3.5.4",
    "knip": "^5.20.0",
    "lefthook": "^1.6.12",
    "oxlint": "^1.39.0",
    "typescript": "^5.5.4"
  },
  "files": [
    "dist",
    "docs",
    ".claude-plugin",
    "tilt-extensions",
    "README.md",
    "LICENSE",
    "SPEC.md"
  ],
  "keywords": [
    "pi-package",
    "cli",
    "dev-environment",
    "tilt",
    "k3d",
    "kubernetes",
    "local-development",
    "ports",
    "isolation",
    "bun",
    "claude-code",
    "ai-agent"
  ],
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alleneubank/silo.git"
  },
  "homepage": "https://github.com/alleneubank/silo",
  "bugs": {
    "url": "https://github.com/alleneubank/silo/issues"
  },
  "license": "MIT",
  "engines": {
    "bun": ">=1.1.0"
  },
  "pi": {
    "skills": [
      "./.claude-plugin/silo/skills"
    ]
  }
}
