package.json•509 B
{
"name": "open-data-mcp",
"version": "1.0.1",
"description": "",
"main": "index.js",
"module": "./src/index.ts",
"type": "module",
"scripts": {
"dev": "npx @smithery/cli dev",
"typecheck": "tsc --noEmit"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.17.3",
"winston": "^3.17.0",
"zod": "^3.25.76"
},
"devDependencies": {
"@smithery/cli": "^1.2.4",
"@types/node": "20.19.11",
"tsx": "^4.19.4",
"typescript": "^5.6.3"
}
}