{
  "name": "claude-style",
  "version": "1.0.18",
  "description": "Make Qwen Code behave more like Claude Code — a style pack, not a clone",
  "bin": {
    "claude-style": "scripts/setup.sh"
  },
  "files": [
    "scripts/",
    "extension/",
    "prompts/",
    "hooks/"
  ],
  "scripts": {
    "setup": "./scripts/setup.sh",
    "test": "./scripts/test.sh",
    "sync": "./scripts/sync-prompts.sh",
    "uninstall": "./scripts/uninstall.sh"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cativo23/claude-style.git"
  },
  "keywords": [
    "qwen",
    "qwen-code",
    "claude",
    "claude-code",
    "extension",
    "style-pack",
    "prompts",
    "system-prompts"
  ],
  "author": "cativo23",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/cativo23/claude-style/issues"
  },
  "homepage": "https://github.com/cativo23/claude-style#readme"
}
