{ "name": "mcp-new-caledonia", "version": "1.0.2", "mcpName": "io.github.lacausecrypto/mcp-new-caledonia", "description": "MCP server for New Caledonia open data (data.gouv.nc)", "homepage": "https://github.com/lacausecrypto/mcp-new-caledonia", "bugs": { "url": "https://github.com/lacausecrypto/mcp-new-caledonia/issues" }, "repository": { "type": "git", "url": "git+https://github.com/lacausecrypto/mcp-new-caledonia.git" }, "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md", "LICENSE" ], "bin": { "mcp-new-caledonia": "./dist/index.js" }, "scripts": { "build": "tsc", "postbuild": "chmod +x dist/index.js", "start": "node dist/index.js", "dev": "tsx src/index.ts", "test": "vitest run", "prepack": "npm run build", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "new-caledonia", "open-data", "pacific" ], "author": "lacausecrypto", "license": "MIT", "publishConfig": { "access": "public" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "zod": "^3.23.0" }, "devDependencies": { "@types/node": "^20.11.0", "typescript": "^5.3.3", "tsx": "^4.7.0", "vitest": "^1.2.0" }, "engines": { "node": ">=18.0.0" } }