{
  "name": "miyabi-ax",
  "version": "2.3.0",
  "description": "ローカル完結型自律開発フレームワーク - Miyabi AX",
  "type": "module",
  "bin": {
    "miyabi-ax": "./dist/index.js"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "dev": "tsx src/index.ts",
    "build": "tsc && chmod +x dist/index.js",
    "test": "vitest",
    "test:coverage": "vitest --coverage",
    "lint": "eslint . --ext .ts,.tsx",
    "typecheck": "tsc --noEmit",
    "cli": "tsx src/index.ts",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "miyabi",
    "autonomous-development",
    "ai-agents",
    "dag",
    "coordinator",
    "claude",
    "claude-code",
    "mcp",
    "playwright",
    "devtools",
    "automation",
    "framework",
    "typescript",
    "local-first",
    "shikigaku",
    "continuous-integration",
    "error-feedback-loop"
  ],
  "author": "Bunta Ishiwata",
  "license": "MIT",
  "homepage": "https://github.com/bunta-ishiwata/miyabi-ax#readme",
  "bugs": {
    "url": "https://github.com/bunta-ishiwata/miyabi-ax/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bunta-ishiwata/miyabi-ax.git"
  },
  "dependencies": {
    "@octokit/rest": "^20.1.2",
    "chalk": "^5.6.2",
    "cli-table3": "^0.6.5",
    "commander": "^11.1.0",
    "inquirer": "^9.3.8",
    "ora": "^8.2.0"
  },
  "devDependencies": {
    "@types/inquirer": "^9.0.9",
    "@types/node": "^20.10.0",
    "@typescript-eslint/eslint-plugin": "^6.0.0",
    "@typescript-eslint/parser": "^6.0.0",
    "eslint": "^8.54.0",
    "tsx": "^4.7.0",
    "typescript": "^5.8.3",
    "vitest": "^3.2.4"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
