{
  "name": "@bucketeer/docs-local-mcp-server",
  "version": "1.3.0",
  "description": "Local MCP Server to query Bucketeer documentation",
  "main": "dist/main.js",
  "bin": {
    "@bucketeer/docs-local-mcp-server": "dist/main.js",
    "docs-local-mcp-server": "dist/main.js",
    "build-index": "dist/scripts/buildIndex.js"
  },
  "type": "module",
  "files": [
    "dist/",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "build:index": "node dist/scripts/buildIndex.js",
    "build:index:force": "node dist/scripts/buildIndex.js --force",
    "start": "node dist/main.js",
    "dev:index": "npm run build && npm run build:index",
    "dev": "npm run build && npm start",
    "lint": "biome check .",
    "lint:fix": "biome check --write .",
    "test:ci": "echo \"No tests specified\" && exit 0",
    "prepare-release": "npm version $VERSION --no-git-tag-version"
  },
  "keywords": [
    "mcp",
    "documentation",
    "search",
    "bucketeer"
  ],
  "license": "Apache-2.0",
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.8.0",
    "@biomejs/biome": "1.9.4",
    "axios": "^1.8.4",
    "cheerio": "^1.0.0",
    "dotenv": "^16.4.7",
    "zod": "^3.24.2"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "typescript": "^5.5.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bucketeer-io/bucketeer-docs-local-mcp-server.git"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public",
    "@bucketeer:registry": "https://registry.npmjs.org"
  }
}
