{
  "name": "specross",
  "version": "1.2.0",
  "description": "Spec-driven development (SDD) for AI coding assistants",
  "keywords": [
    "spec-driven-development",
    "sdd",
    "ai-workflow",
    "claude-code",
    "cursor",
    "windsurf",
    "codex",
    "business-analyst",
    "user-story",
    "acceptance-criteria",
    "test-cases",
    "agile",
    "scrum",
    "requirements",
    "ai-coding-assistant",
    "slash-commands",
    "ba",
    "qc",
    "claude"
  ],
  "homepage": "https://github.com/ethandev147/specross",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ethandev147/specross.git"
  },
  "license": "MIT",
  "engines": {
    "node": ">=16"
  },
  "bin": {
    "specross": "bin/cli.js"
  },
  "files": [
    "bin/",
    "template/"
  ],
  "scripts": {
    "test": "node bin/cli.js --help"
  }
}
