package.json•954 B
{
"name": "mcp-bitpanda",
"version": "1.0.0",
"main": "build/index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"typecheck": "tsc --noEmit",
"lint": "eslint --fix --ext .ts src/",
"build": "tsc",
"start": "node build/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "MCP Server for interacting with the Bitpanda API.",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.10.2",
"axios": "^1.7.2",
"dotenv": "^16.5.0",
"zod": "^3.24.3"
},
"devDependencies": {
"@types/dotenv": "^6.1.1",
"@types/node": "^22.15.3",
"@typescript-eslint/eslint-plugin": "^8.31.1",
"@typescript-eslint/parser": "^8.31.1",
"eslint": "^9.25.1",
"eslint-config-prettier": "^10.1.2",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.6",
"prettier": "^3.5.3",
"typescript": "^5.8.3"
}
}