{ "name": "hilan-mcp", "version": "0.3.3", "mcpName": "io.github.udah1/hilan-mcp", "description": "MCP server for Hilan (Hilanet / חילן, חילנט, net.hilan.co.il) employee self-service — pull payslips and Form 106 into an AI assistant, for any tenant.", "type": "module", "bin": { "hilan-mcp": "./dist/cli/index.js" }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "start:mcp": "tsx src/mcp/Server.ts", "build": "tsc", "postbuild": "chmod +x dist/cli/index.js", "build:watch": "tsc --watch", "typecheck": "tsc --noEmit", "cli": "node --no-warnings=ExperimentalWarning --import tsx ./src/cli/index.ts", "setup": "node --no-warnings=ExperimentalWarning --import tsx ./src/cli/index.ts setup", "ingest-creds": "node --no-warnings=ExperimentalWarning --import tsx ./src/cli/index.ts ingest-creds", "setup-key": "node --no-warnings=ExperimentalWarning --import tsx ./src/cli/index.ts setup-key", "test": "vitest run", "test:watch": "vitest", "prepublishOnly": "npm run typecheck && npm test && npm run build" }, "allowScripts": { "better-sqlite3-multiple-ciphers": true, "esbuild": true, "fsevents": false }, "keywords": [ "mcp", "hilan", "hilanet", "payslip", "form106", "israel" ], "author": "udah1", "repository": { "type": "git", "url": "git+https://github.com/udah1/hilan-mcp.git" }, "homepage": "https://github.com/udah1/hilan-mcp#readme", "bugs": { "url": "https://github.com/udah1/hilan-mcp/issues" }, "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "better-sqlite3-multiple-ciphers": "^12.11.1", "chalk": "^5.4.1", "commander": "^11.1.0", "inquirer": "^9.2.12", "node-notifier": "^10.0.1", "node-sql-parser": "^5.3.9", "playwright": "^1.62.1", "zod": "^3.25.28" }, "devDependencies": { "@types/inquirer": "^9.0.8", "@types/node": "^20.11.28", "@types/node-notifier": "^8.0.5", "tsx": "^4.19.4", "typescript": "^5.3.3", "vitest": "^1.6.1" }, "engines": { "node": ">=18.0.0" } }