package.json•648 B
{
"name": "up-banking-mcp-server",
"version": "1.0.0",
"description": "MCP server for Up Banking API integration",
"type": "module",
"bin": {
"up-mcp-server": "./build/index.js"
},
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"prepare": "npm run build",
"test": "UP_API_TOKEN=${UP_API_TOKEN} npx tsx test.ts"
},
"keywords": [
"mcp",
"up",
"banking",
"finance",
"api"
],
"author": "",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.4"
},
"devDependencies": {
"@types/node": "^22.10.2",
"tsx": "^4.19.2",
"typescript": "^5.7.2"
}
}