{
  "name": "bmad-skills",
  "version": "2.2.1",
  "description": "Complete workflow ecosystem for product development - from idea to implementation through natural conversation with Claude",
  "keywords": [
    "claude",
    "claude-skills",
    "workflow",
    "product-development",
    "bmad",
    "openspec",
    "ai-assistant"
  ],
  "homepage": "https://github.com/bacoco/bmad-skills#readme",
  "bugs": {
    "url": "https://github.com/bacoco/bmad-skills/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bacoco/bmad-skills.git"
  },
  "license": "MIT",
  "author": "BMAD Contributors",
  "bin": {
    "bmad-skills": "./bin/cli.js"
  },
  "files": [
    ".claude/skills",
    "bin",
    "scripts",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "test": "python3 -m pytest tests/ -v",
    "test:unit": "python3 -m pytest tests/unit/ -v",
    "test:integration": "python3 -m pytest tests/integration/ -v",
    "test:static": "python3 -m pytest tests/test_*.py -v",
    "test:coverage": "python3 -m pytest tests/unit/ tests/test_*.py --cov --cov-report=html --cov-report=term-missing --cov-report=xml --cov-fail-under=60",
    "coverage": "npm run test:coverage",
    "coverage:report": "open htmlcov/index.html",
    "lint": "python3 .claude/skills/_core/tooling/lint_contracts.py",
    "validate": "python3 .claude/skills/core-skill-creation/scripts/quick_validate.py",
    "prepare": "node bin/prepare.js"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
