{
  "bin": {
    "cli-blueprint": "./cli.mjs"
  },
  "description": "Blueprint skill installer for CLI.Tax: compile one goal into an executable, verifiable engineering blueprint.",
  "files": [
    "cli.mjs",
    "installer.mjs",
    "installer-storage.mjs",
    "broker-account-storage.mjs",
    "broker-credentials.mjs",
    "official-skill-update.mjs",
    "broker.mjs",
    "broker-failures.mjs",
    "broker-recovery.mjs",
    "broker-transport.mjs",
    "broker-transport-attempt.mjs",
    "README.md",
    "skill/SKILL.md",
    "skill/skill.json",
    "blueprint-schema.mjs",
    "blueprint-task-graph.mjs",
    "blueprint-bridge.mjs"
  ],
  "license": "UNLICENSED",
  "name": "cli-blueprint",
  "repository": {
    "type": "git",
    "url": "https://github.com/88208555/blueprint-clitax.git"
  },
  "type": "module",
  "version": "7.0.42"
}
