{
  "name": "gsdd-cli",
  "version": "0.32.0",
  "description": "Workspine — plan, execute, and verify AI-assisted work from files in your repo, with proof before done. Published as gsdd-cli.",
  "type": "module",
  "bin": {
    "gsdd": "bin/gsdd.mjs"
  },
  "scripts": {
    "test": "npm run test:gsdd",
    "test:gsdd": "node tests/run-all.cjs --covers=gsdd.next-card.test.cjs",
    "prepublishOnly": "node -e \"const ok=process.env.GITHUB_ACTIONS==='true'&&process.env.GITHUB_REF_NAME==='main'&&process.env.GITHUB_WORKFLOW==='Release'; if(!ok){console.error('Refusing to publish gsdd-cli outside the GitHub Actions Release workflow on main.'); process.exit(1)}\""
  },
  "devDependencies": {
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/exec": "^7.1.0",
    "@semantic-release/git": "^10.0.1",
    "semantic-release": "^25.0.3"
  },
  "engines": {
    "node": ">=20"
  },
  "files": [
    "bin/adapters/",
    "bin/lib/",
    "bin/gsdd.mjs",
    "distilled/DESIGN.md",
    "distilled/EVIDENCE-INDEX.md",
    "distilled/README.md",
    "distilled/SKILL.md",
    "distilled/templates/",
    "distilled/workflows/",
    "docs/",
    "agents/*.md",
    "agents/README.md"
  ],
  "keywords": [
    "workspine",
    "gsdd",
    "claude-code",
    "codex-cli",
    "opencode",
    "ai",
    "coding-agent",
    "software-delivery",
    "multi-runtime",
    "repo-native",
    "verification",
    "workflow",
    "planning"
  ],
  "author": "PatrickSys",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/PatrickSys/workspine.git"
  },
  "bugs": {
    "url": "https://github.com/PatrickSys/workspine/issues"
  },
  "homepage": "https://github.com/PatrickSys/workspine#readme"
}
