{
  "name": "@get-technology-inc/jamf-docs-mcp-server",
  "version": "3.0.48",
  "description": "MCP Server for accessing Jamf Documentation (learn.jamf.com)",
  "main": "dist/index.js",
  "type": "module",
  "bin": {
    "jamf-docs-mcp-server": "./dist/index.js"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsx watch src/index.ts",
    "start": "node dist/index.js",
    "start:http": "node dist/index.js --transport http",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:unit": "vitest run test/unit",
    "test:integration": "vitest run test/integration",
    "test:e2e": "vitest run test/e2e",
    "test:all": "vitest run test/unit && vitest run test/integration && vitest run test/e2e",
    "test:coverage": "vitest run --coverage",
    "test:inspector": "npx @modelcontextprotocol/inspector node dist/index.js",
    "lint": "eslint src/**/*.ts",
    "typecheck": "tsc --noEmit",
    "clean": "rm -rf dist",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "mcp",
    "jamf",
    "documentation",
    "model-context-protocol",
    "jamf-pro",
    "jamf-school",
    "jamf-connect",
    "jamf-protect",
    "apple",
    "mdm"
  ],
  "author": "GET Technology Inc.",
  "license": "MIT",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.28.0",
    "cheerio": "^1.0.0",
    "fuse.js": "^7.1.0",
    "turndown": "^7.2.0",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@eslint/js": "^9.17.0",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/git": "^10.0.1",
    "@types/node": "^26.0.0",
    "@types/turndown": "^5.0.5",
    "@vitest/coverage-v8": "^4.0.17",
    "conventional-changelog-conventionalcommits": "^9.3.0",
    "eslint": "^10.1.0",
    "semantic-release": "^25.0.3",
    "tsx": "^4.19.0",
    "typescript": "^6.0.2",
    "typescript-eslint": "^8.18.0",
    "vitest": "^4.0.17"
  },
  "exports": {
    ".": "./dist/index.js",
    "./core": "./dist/core/index.js",
    "./core/*": "./dist/core/*.js",
    "./platforms/node": "./dist/platforms/node/index.js"
  },
  "typesVersions": {
    "*": {
      "core": [
        "dist/core/index.d.ts"
      ],
      "core/*": [
        "dist/core/*.d.ts"
      ],
      "platforms/node": [
        "dist/platforms/node/index.d.ts"
      ]
    }
  },
  "engines": {
    "node": ">=18.11.0"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GET-Technology-Inc/jamf-docs-mcp-server.git"
  },
  "homepage": "https://github.com/GET-Technology-Inc/jamf-docs-mcp-server#readme",
  "bugs": {
    "url": "https://github.com/GET-Technology-Inc/jamf-docs-mcp-server/issues"
  }
}
