{
  "name": "chilean-law-defense-mcp",
  "version": "1.0.0",
  "description": "MCP server for Chilean labor law defense with RAG - Empowering workers against legal harassment",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "chilean-law-defense-mcp": "dist/index.js"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "lint": "eslint src/**/*.ts",
    "lint:fix": "eslint src/**/*.ts --fix",
    "prepare": "npm run build"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "legal",
    "chile",
    "labor-law",
    "worker-rights",
    "rag",
    "retrieval-augmented-generation",
    "claude",
    "ai",
    "legal-defense",
    "ley-karin"
  ],
  "author": "wakibaka",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/JavierCollipal/chilean-law-defense-mcp"
  },
  "bugs": {
    "url": "https://github.com/JavierCollipal/chilean-law-defense-mcp/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.4",
    "mongodb": "^6.3.0",
    "dotenv": "^16.3.1",
    "openai": "^4.20.1"
  },
  "devDependencies": {
    "@types/node": "^20.10.4",
    "@typescript-eslint/eslint-plugin": "^6.13.2",
    "@typescript-eslint/parser": "^6.13.2",
    "eslint": "^8.55.0",
    "jest": "^29.7.0",
    "@types/jest": "^29.5.11",
    "ts-jest": "^29.1.1",
    "typescript": "^5.3.3",
    "mongodb-memory-server": "^9.1.3"
  }
}
