{
  "name": "@vjlanguage/mcp-vj-docs",
  "version": "0.1.59",
  "private": false,
  "description": "MCP server for documentation crawling, indexing, and retrieval",
  "type": "commonjs",
  "bin": {
    "mcp-server-vj-docs": "dist/index.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc && shx chmod +x dist/*.js && echo \"Build completed\"",
    "prepare": "npm run build",
    "watch": "tsc --watch",
    "start": "node dist/index.js",
    "dev": "ts-node index.ts",
    "test": "jest",
    "clean": "rimraf dist",
    "lint": "eslint . --ext .ts",
    "prepublishOnly": "yarn clean && yarn build"
  },
  "dependencies": {
    "@mendable/firecrawl-js": "^1.0.0",
    "@modelcontextprotocol/sdk": "^1.7.0",
    "buffer": "^6.0.3",
    "express": "^4.18.2",
    "lowdb": "^1.0.0",
    "natural": "^6.10.4",
    "pdf-parse": "^1.1.1",
    "pdf2md": "^1.0.2",
    "winston": "^3.11.0",
    "ws": "^8.18.1",
    "zod": "^3.22.4"
  },
  "devDependencies": {
    "@types/express": "^4.17.21",
    "@types/jest": "^29.5.11",
    "@types/lowdb": "^1.0.15",
    "@types/natural": "^5.1.2",
    "@types/node": "^20.10.4",
    "@types/turndown": "^5.0.4",
    "@types/winston": "^2.4.4",
    "@typescript-eslint/eslint-plugin": "^6.14.0",
    "@typescript-eslint/parser": "^6.14.0",
    "eslint": "^8.55.0",
    "jest": "^29.7.0",
    "rimraf": "^5.0.5",
    "shx": "^0.3.4",
    "ts-jest": "^29.1.1",
    "ts-node": "^10.9.1",
    "typescript": "^5.3.3"
  },
  "keywords": [
    "mcp",
    "documentation",
    "crawler",
    "search",
    "windsurf"
  ],
  "author": "VJ Language Team",
  "homepage": "https://github.com/vjlanguage",
  "bugs": "https://github.com/vjlanguage/mcp-vj-docs/issues",
  "license": "MIT"
}
