{
  "name": "bckb-mcp-server",
  "version": "1.1.1",
  "description": "Business Central Knowledge Base MCP Server - Persona-driven workflow orchestration and intelligent BC knowledge discovery",
  "main": "dist/index.js",
  "type": "module",
  "files": [
    "dist/",
    "embedded-knowledge/"
  ],
  "bin": {
    "bckb": "dist/cli/bckb-cli.js",
    "bckb-server": "dist/index.js",
    "bckb-mcp-server": "dist/index.js"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsx src/index.ts",
    "start": "node dist/index.js",
    "test": "npm run validate:contracts",
    "validate:contracts": "tsx scripts/validate-contracts.ts",
    "pretest": "npm run validate:contracts",
    "prepublishOnly": "npm run validate:contracts && npm run build",
    "lint": "eslint src/**/*.ts",
    "format": "prettier --write src/**/*.ts",
    "prepare": "npm run build",
    "postinstall": "node dist/setup/post-install.js"
  },
  "keywords": [
    "business-central",
    "al-language",
    "performance",
    "mcp",
    "model-context-protocol",
    "ai-tools",
    "github-copilot",
    "knowledge-base"
  ],
  "author": "BC Knowledge Base",
  "license": "MIT",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^0.4.0",
    "chokidar": "^4.0.3",
    "commander": "^14.0.1",
    "fast-glob": "^3.3.2",
    "fuse.js": "^7.0.0",
    "marked": "^11.1.1",
    "simple-git": "^3.28.0",
    "tslib": "^2.8.1",
    "yaml": "^2.3.4",
    "zod": "^3.22.4"
  },
  "devDependencies": {
    "@types/node": "^20.19.14",
    "@typescript-eslint/eslint-plugin": "^8.0.0",
    "@typescript-eslint/parser": "^8.0.0",
    "eslint": "^9.0.0",
    "prettier": "^3.1.1",
    "tsx": "^4.7.0",
    "typescript": "^5.3.3"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "preferGlobal": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/JeremyVyska/bc-knowledgebase-mcp.git"
  },
  "bugs": {
    "url": "https://github.com/JeremyVyska/bc-knowledgebase-mcp/issues"
  },
  "homepage": "https://github.com/JeremyVyska/bc-knowledgebase-mcp"
}
