{
  "name": "@k2works/claude-code-booster",
  "version": "4.11.0",
  "description": "AI Agent Development Support Tool",
  "main": "main.js",
  "bin": {
    "boost": "bin/claude-code-booster"
  },
  "scripts": {
    "pretest": "node -e \"require('fs-extra').removeSync('dist')\"",
    "test": "node scripts/setup.test.js",
    "login": "npm login",
    "patch": "npm version patch",
    "minor": "npm version minor",
    "major": "npm version major",
    "release": "npm publish --access public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/k2works/claude-code-booster.git"
  },
  "author": "k2works",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/k2works/claude-code-booster/issues"
  },
  "homepage": "https://github.com/k2works/claude-code-booster#readme",
  "files": [
    "bin",
    "lib",
    "README.md",
    "LICENSE",
    "main.js",
    "package.json"
  ],
  "dependencies": {
    "fs-extra": "^11.2.0",
    "gulp": "^5.0.0",
    "path": "^0.12.7"
  }
}
