{
  "name": "mcpick",
  "version": "0.0.25",
  "description": "Vendor-neutral MCP configuration manager with first-class Claude Code support",
  "keywords": [
    "claude",
    "claude-code",
    "cli",
    "configuration",
    "cursor",
    "gemini-cli",
    "mcp",
    "model-context-protocol",
    "opencode",
    "pi-coding-agent",
    "vscode"
  ],
  "homepage": "https://github.com/spences10/mcpick#readme",
  "bugs": {
    "url": "https://github.com/spences10/mcpick/issues"
  },
  "license": "MIT",
  "author": "spences10 <spences10apps@gmail.com>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/spences10/mcpick.git"
  },
  "bin": {
    "mcpick": "./dist/index.js"
  },
  "type": "module",
  "main": "./dist/index.js",
  "dependencies": {
    "@clack/prompts": "^1.3.0",
    "citty": "^0.2.2",
    "valibot": "^1.3.1"
  },
  "devDependencies": {
    "@changesets/cli": "^2.31.0",
    "@types/node": "^25.6.0",
    "vite-plus": "^0.1.20",
    "vitest": "^4.1.5"
  },
  "engines": {
    "node": ">=22.0.0"
  },
  "scripts": {
    "build": "vp pack",
    "dev": "vp pack --watch",
    "start": "node ./dist/index.js",
    "check": "vp check",
    "format": "vp check --fix",
    "test": "vp test",
    "changeset": "changeset",
    "version": "changeset version",
    "release": "pnpm run build && changeset publish"
  }
}