package.json•1.51 kB
{
"name": "@r-huijts/opentk-mcp",
"version": "1.0.8",
"description": "MCP server for Dutch parliamentary data access via OpenTK",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"opentk-mcp": "dist/index.js"
},
"scripts": {
"build": "tsc",
"postbuild": "chmod +x dist/index.js",
"build:watch": "tsc --watch",
"start": "node dist/index.js",
"dev": "ts-node-dev --respawn --transpile-only src/index.ts",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"lint": "eslint . --ext .ts",
"lint:fix": "eslint . --ext .ts --fix",
"clean": "rimraf dist",
"prepare": "npm run clean && npm run build"
},
"keywords": [
"mcp",
"model-context-protocol",
"parliament",
"dutch",
"tweede-kamer",
"opendata",
"ai",
"llm",
"claude",
"government",
"politics",
"tkconv"
],
"author": "r-huijts",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"form-data": "^4.0.0",
"mammoth": "^1.9.0",
"node-fetch": "^2.6.7",
"pdf-parse": "^1.1.1"
},
"devDependencies": {
"@types/jest": "^29.5.0",
"@types/node": "^18.15.11",
"@types/node-fetch": "^2.6.3",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"eslint": "^8.37.0",
"jest": "^29.5.0",
"rimraf": "^5.0.0",
"ts-jest": "^29.1.0",
"ts-node-dev": "^2.0.0",
"typescript": "^5.0.3"
}
}