{
"name": "fiscal-data-mcp",
"version": "0.1.6",
"author": "Alex Andru <alex@andru.codes>",
"description": "MCP server for treasury data using mcp-framework",
"type": "module",
"bin": {
"fiscal-data-mcp": "./dist/index.js"
},
"files": [
"dist"
],
"scripts": {
"build": "mcp-build",
"prepare": "npm run build",
"watch": "tsc --watch"
},
"dependencies": {
"mcp-framework": "^0.1.8"
},
"devDependencies": {
"@types/node": "^20.11.24",
"typescript": "^5.3.3"
}
}