{
  "name": "@flyingrobots/bijou-mcp",
  "version": "7.2.0",
  "description": "MCP server exposing Bijou terminal components as rendering tools.",
  "type": "module",
  "sideEffects": false,
  "main": "./dist/server.js",
  "types": "./dist/server.d.ts",
  "bin": {
    "bijou-mcp": "./bin/bijou-mcp.js"
  },
  "exports": {
    ".": {
      "types": "./dist/server.d.ts",
      "default": "./dist/server.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "bin",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc -b",
    "prepack": "tsc -b",
    "lint": "tsc --noEmit"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.29.0",
    "zod": "^3.24.0"
  },
  "peerDependencies": {
    "@flyingrobots/bijou": "7.2.0"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "typescript": "^5.9.3"
  },
  "keywords": [
    "cli",
    "terminal",
    "bijou",
    "mcp",
    "model-context-protocol",
    "rendering"
  ],
  "author": "James Ross <james@flyingrobots.dev>",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/flyingrobots/bijou.git",
    "directory": "packages/bijou-mcp"
  },
  "homepage": "https://github.com/flyingrobots/bijou",
  "bugs": "https://github.com/flyingrobots/bijou/issues",
  "engines": {
    "node": ">=18"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  }
}
