{
  "name": "@monsoft/mcp-docscribe",
  "version": "0.1.0",
  "description": "A Model Context Protocol implementation for generating comprehensive documentation",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "bin": {
    "mcp-docscribe": "dist/src/index.js"
  },
  "scripts": {
    "prebuild": "rimraf dist",
    "build": "tsc && shx chmod +x dist/src/*.js",
    "validate": "tsc --noEmit && npm run lint",
    "test": "jest",
    "lint": "eslint src --ext .ts --config .eslintrc.cjs",
    "example": "node scripts/run-example.js"
  },
  "keywords": [
    "mcp",
    "documentation",
    "technical-writing",
    "model-context-protocol"
  ],
  "author": "Monsoft Solutions",
  "license": "MIT",
  "devDependencies": {
    "@jest/globals": "^29.7.0",
    "@types/jest": "^29.5.5",
    "@types/node": "^20.8.2",
    "@typescript-eslint/eslint-plugin": "^6.7.4",
    "@typescript-eslint/parser": "^6.7.4",
    "eslint": "^8.57.0",
    "jest": "^29.7.0",
    "rimraf": "^6.0.1",
    "ts-jest": "^29.1.1",
    "ts-node": "^10.9.1",
    "typescript": "^5.2.2"
  },
  "dependencies": {
    "@ai-sdk/anthropic": "^1.1.17",
    "@ai-sdk/openai": "^1.2.5",
    "@modelcontextprotocol/sdk": "^1.6.1",
    "ai": "^4.1.62",
    "shx": "^0.4.0",
    "yargs": "^17.7.2",
    "zod": "^3.22.4"
  }
}
