{
  "name": "rentre-bmad-setup",
  "version": "2.8.0",
  "description": "BMAD Framework submodule installer - one command setup",
  "bin": {
    "rentre-bmad-setup": "bin/cli.js"
  },
  "files": [
    "bin/",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=14"
  },
  "scripts": {
    "format": "prettier --write \"**/*.{md,yaml,yml}\"",
    "format:check": "prettier --check \"**/*.{md,yaml,yml}\""
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/OhSeungWan/bmad-submodule.git"
  },
  "keywords": [
    "bmad",
    "claude-code",
    "ai-agent",
    "submodule"
  ],
  "license": "MIT",
  "devDependencies": {
    "prettier": "^3.8.1"
  }
}
