package.json•3.88 kB
{
"name": "@reuvenorg/israel-statistics-mcp",
"version": "0.0.2",
"description": "Model Context Protocol (MCP) server for Israeli Central Bureau of Statistics (CBS) price indices and economic data. Provides 8 comprehensive tools for retrieving, analyzing, and calculating Israeli economic statistics including CPI, housing prices, producer indices, and inflation calculations.",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
"bin": {
"israel-statistics-mcp": "./dist/index.js",
"israstat-mcp": "./dist/index.js"
},
"engines": {
"node": ">=18.0.0"
},
"publishConfig": {
"access": "public"
},
"license": "MIT",
"author": {
"name": "reuvenaor",
"email": "contact@reuvenaor.com",
"url": "https://reuvenaor.com"
},
"repository": {
"type": "git",
"url": "https://github.com/reuvenaor/israel-statistics-mcp.git",
"directory": "israel-statistics-mcp"
},
"bugs": {
"url": "https://github.com/reuvenaor/israel-statistics-mcp/issues"
},
"homepage": "https://github.com/reuvenaor/israel-statistics-mcp#readme",
"files": [
"dist",
"README.md",
"LICENSE"
],
"keywords": [
"mcp",
"israel",
"statistics",
"cbs",
"cpi",
"inflation",
"economic-data",
"price-index",
"housing-prices",
"model-context-protocol",
"israeli-economy",
"consumer-price-index",
"producer-price-index",
"construction-index",
"agriculture-index",
"typescript",
"api-client",
"economic-analysis",
"statistical-data"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./package.json": "./package.json"
},
"scripts": {
"dev": "tsup --watch",
"build": "tsup",
"typecheck": "tsc --noEmit",
"clean": "rimraf dist && rimraf components",
"start": "node dist/index.js",
"prepublishOnly": "pnpm run clean && pnpm run build && pnpm run typecheck && pnpm run test",
"format:write": "prettier --write \"**/*.{ts,tsx,mdx}\" --cache",
"format:check": "prettier --check \"**/*.{ts,tsx,mdx}\" --cache",
"lint": "eslint src/**/*.ts --ext .ts",
"lint:fix": "eslint src/**/*.ts --ext .ts --fix",
"test": "vitest run",
"test:coverage": "vitest run --coverage",
"changeset": "changeset",
"changeset:version": "changeset version",
"changeset:publish": "changeset publish",
"version": "changeset version && pnpm install --lockfile-only",
"release": "pnpm run build && changeset publish"
},
"resolutions": {
"cross-spawn": "^7.0.6"
},
"dependencies": {
"@babel/core": "^7.26.0",
"@babel/parser": "^7.26.0",
"@babel/plugin-transform-typescript": "^7.26.0",
"@modelcontextprotocol/sdk": "^1.15.0",
"https-proxy-agent": "^7.0.5",
"node-fetch": "^3.3.2",
"stringify-object": "^5.0.0",
"ts-morph": "^24.0.0",
"tsconfig-paths": "^4.2.0",
"uuid": "^11.1.0",
"xml2js": "^0.6.2",
"zod": "^3.24.1",
"zod-to-json-schema": "^3.24.5"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.1",
"@changesets/cli": "^2.29.5",
"@eslint/js": "^9.34.0",
"@ianvs/prettier-plugin-sort-imports": "^4.5.1",
"@types/babel__core": "^7.20.5",
"@types/node": "^22.11.0",
"@types/stringify-object": "^4.0.5",
"@types/uuid": "^10.0.0",
"@types/xml2js": "^0.4.14",
"@typescript-eslint/eslint-plugin": "^8.40.0",
"@typescript-eslint/parser": "^8.40.0",
"eslint": "^9.34.0",
"eslint-config-next": "^15.5.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"prettier": "^3.6.2",
"rimraf": "^6.0.1",
"tsup": "^8.5.0",
"type-fest": "^4.31.0",
"typescript": "^5.9.2",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.2.4"
}
}