{
  "name": "@_davideast/stitch-mcp",
  "version": "0.9.0",
  "description": "Stitch MCP CLI helper. Automates Google Cloud authentication. Generates MCP config for your client. Sets up a proxy server.",
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "bin": {
    "stitch-mcp": "./bin/stitch-mcp.js"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist",
    "bin",
    "README.md"
  ],
  "scripts": {
    "build": "bun run scripts/build.ts && tsc -p tsconfig.build.json && bun scripts/generate-bin.ts",
    "dev": "bun run src/cli.ts",
    "test": "bun test --preload ./tests/setup.ts",
    "prepublishOnly": "bun run build",
    "verify-pack": "bun scripts/verify-pack.ts",
    "release": "np"
  },
  "keywords": [],
  "author": "David East",
  "license": "Apache-2.0",
  "dependencies": {
    "@astrojs/compiler": "^2.13.1",
    "@google/stitch-sdk": "0.3.5",
    "@inquirer/prompts": "^8.2.0",
    "@modelcontextprotocol/sdk": "^1.25.2",
    "adm-zip": "^0.5.16",
    "chalk": "^5.6.2",
    "cheerio": "^1.2.0",
    "commander": "^12.1.0",
    "dotenv": "^17.2.3",
    "fs-extra": "^11.3.3",
    "ink": "^6.6.0",
    "ink-spinner": "^5.0.0",
    "ink-text-input": "^6.0.0",
    "ora": "^8.1.1",
    "p-limit": "^7.3.0",
    "react": "^19.2.4",
    "vite": "^7.3.1",
    "zod": "^3.24.1"
  },
  "devDependencies": {
    "@happy-dom/global-registrator": "^20.5.0",
    "@testing-library/dom": "^10.4.1",
    "@testing-library/react": "^16.3.2",
    "@types/adm-zip": "^0.5.7",
    "@types/bun": "latest",
    "@types/express": "^5.0.6",
    "@types/fs-extra": "^11.0.4",
    "@types/node": "^25.0.9",
    "@types/react": "^19.2.10",
    "happy-dom": "^20.5.0",
    "ink-testing-library": "^4.0.0",
    "jsdom": "^28.0.0",
    "np": "^10.2.0",
    "react-devtools-core": "^6.1.2",
    "signal-exit": "^4.1.0",
    "typescript": "^5.7.3",
    "vitest": "^4.0.18"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
