{
  "name": "@songhe/cc-switch",
  "version": "1.1.2",
  "description": "Claude Code settings.json switcher CLI tool - Easily manage and switch between multiple Claude Code configurations",
  "main": "dist/index.js",
  "bin": {
    "ccs": "dist/cli.js"
  },
  "scripts": {
    "build": "tsc && chmod +x dist/cli.js",
    "dev": "tsc --watch",
    "start": "node dist/cli.js",
    "clean": "rm -rf dist",
    "prebuild": "npm run clean",
    "test": "echo \"No tests specified\" && exit 0",
    "prepublishOnly": "npm run build",
    "postinstall": "echo \"\\n🎉 Claude Code Switcher installed successfully!\\n💡 Run 'ccs --help' to get started\\n\"",
    "install-global": "./install-npm.sh"
  },
  "keywords": [
    "claude-code",
    "cli",
    "config-switcher",
    "settings",
    "anthropic",
    "configuration-management",
    "developer-tools"
  ],
  "author": "songhe",
  "license": "ISC",
  "homepage": "https://github.com/songunity/ccswitch#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/songunity/ccswitch.git"
  },
  "bugs": {
    "url": "https://github.com/songunity/ccswitch/issues"
  },
  "files": [
    "dist/",
    "package.json",
    "README.md",
    "CHANGELOG.md",
    "install.sh",
    "install.bat",
    "install-npm.sh"
  ],
  "dependencies": {
    "@inquirer/prompts": "^7.8.3",
    "commander": "^14.0.0"
  },
  "devDependencies": {
    "@types/node": "^22.17.2",
    "typescript": "^5.5.3"
  },
  "engines": {
    "node": ">=18.0.0",
    "npm": ">=8.0.0"
  },
  "os": [
    "darwin",
    "linux",
    "win32"
  ],
  "preferGlobal": true,
  "private": false
}
