{
  "name": "@vscode/component-explorer-cli",
  "version": "0.2.1-5",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/microsoft/vscode-packages.git",
    "directory": "js-component-explorer/packages/cli"
  },
  "homepage": "https://github.com/microsoft/vscode-packages/tree/main/js-component-explorer/packages/cli",
  "bugs": {
    "url": "https://github.com/microsoft/vscode-packages/issues"
  },
  "license": "MIT",
  "bin": {
    "component-explorer": "./dist/index.js"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./daemon-types": {
      "import": "./dist/daemon/DaemonService.js",
      "types": "./dist/daemon/DaemonService.d.ts"
    },
    "./daemon-client": {
      "import": "./dist/daemon/client.js",
      "types": "./dist/daemon/client.d.ts"
    },
    "./explorer-types": {
      "import": "./dist/utils.js",
      "types": "./dist/utils.d.ts"
    },
    "./render-manifest": {
      "import": "./dist/renderManifest.js",
      "types": "./dist/renderManifest.d.ts"
    },
    "./config-schema.json": "./dist/component-explorer-config.schema.json",
    "./manifest.schema.json": "./dist/manifest.schema.json"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE",
    "SECURITY.md"
  ],
  "scripts": {
    "build": "rollup -c && tsx scripts/generate-json-schema.ts",
    "dev": "rollup -c -w",
    "test": "vitest --run",
    "generate-schema": "tsx scripts/generate-json-schema.ts"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.26.0",
    "clipanion": "^4.0.0-rc.4",
    "express": "^5.0.0",
    "zod": "^4.3.6"
  },
  "peerDependencies": {
    "playwright": ">=1.40.0",
    "vite": ">=5.0.0"
  },
  "devDependencies": {
    "@hediet/simple-api": "workspace:*",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@vscode/component-explorer-common": "workspace:*",
    "@rollup/plugin-typescript": "^12.3.0",
    "@types/express": "^5.0.0",
    "@types/node": "^20.0.0",
    "@vitejs/plugin-react": "^4.3.0",
    "@vscode/observables": "workspace:*",
    "@vscode/screenshot-service": "workspace:*",
    "playwright": "^1.40.0",
    "react": "^18.3.0",
    "react-dom": "^18.3.0",
    "rollup": "^4.59.0",
    "semver": "workspace:*",
    "tsx": "^4.21.0",
    "typescript": "^5.4.0",
    "vite": "^6.0.0",
    "vitest": "^1.3.0"
  }
}
