package.json•1.17 kB
{
"name": "tesouro-direto-mcp",
"version": "0.2.3",
"description": "Model Context Protocol (MCP) server for Tesouro Direto API integration",
"type": "module",
"scripts": {
"build": "tsc",
"start": "node ./dist/index.js",
"dev": "tsc -w & node --watch ./dist/index.js",
"client": "node --loader ts-node/esm src/client.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mcp",
"model-context-protocol",
"tesouro-direto",
"brazil",
"treasury",
"bonds",
"api"
],
"bin": {
"tesouro-direto-mcp": "./dist/index.js"
},
"author": "AtilioA",
"license": "AGPL-3.0-only",
"repository": {
"type": "git",
"url": "https://github.com/AtilioA/tesouro-direto-mcp.git"
},
"packageManager": "pnpm@10.6.5",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"zod": "^3.21.4"
},
"devDependencies": {
"@types/node": "^20.2.5",
"ts-node": "^10.9.1",
"typescript": "^5.1.3"
},
"engines": {
"node": ">=16"
}
}