{
  "name": "@mac-inc-jp/cc-sdd",
  "version": "2.1.1",
  "description": "Transform your coding workflow with AI-DLC and Spec-Driven Development. One command installs 11 powerful slash commands, Project Memory, and structured development workflows for 8 AI coding agents.",
  "keywords": [
    "claude-code",
    "cursor",
    "windsurf",
    "gemini-cli",
    "codex",
    "github-copilot",
    "qwen-code",
    "opencode",
    "sdd",
    "spec-driven-development",
    "kiro",
    "steering",
    "ai-development",
    "tdd",
    "ai-dlc",
    "agentic-sdlc",
    "subagents",
    "parallel-tasks"
  ],
  "author": "Gota",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/gotalab/cc-sdd.git",
    "directory": "tools/cc-sdd"
  },
  "type": "module",
  "bin": {
    "cc-sdd-mac": "./dist/cli.js"
  },
  "scripts": {
    "test": "vitest run",
    "test:watch": "vitest -w",
    "build": "tsc -p .",
    "postbuild": "node ./scripts/add-shebang.mjs",
    "prepare": "npm run build"
  },
  "files": [
    "dist",
    "templates"
  ],
  "devDependencies": {
    "@types/node": "^25.1.0",
    "typescript": "^5.9.3",
    "vitest": "^4.0.18"
  }
}
