{
  "name": "@letpeoplework/lighthouse-mcp-http",
  "version": "1.3.4",
  "description": "Streamable HTTP transport runtime for Lighthouse MCP",
  "repository": "https://github.com/LetPeopleWork/lighthouse-clients",
  "type": "module",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "lighthouse-mcp-http": "./dist/bin.js"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./bin": {
      "types": "./dist/bin.d.ts",
      "import": "./dist/bin.js"
    }
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public",
    "provenance": true,
    "registry": "https://registry.npmjs.org/"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.29.0",
    "undici": "^8.1.0",
    "@letpeoplework/lighthouse-client": "1.7.0",
    "@letpeoplework/lighthouse-mcp-core": "1.6.0"
  },
  "scripts": {
    "build": "tsup --config tsup.config.ts && pnpm postbuild",
    "postbuild": "node scripts/fix-shebang.mjs",
    "clean": "rimraf dist"
  }
}