package.json•731 B
{
"name": "binance-mcp",
"version": "1.0.0",
"description": "MCP tool for fetching Bitcoin prices from Binance",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsc && node dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mcp",
"binance",
"bitcoin",
"cryptocurrency",
"market-data"
],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.7.1",
"dependencies": {
"ws": "8.18.1",
"zod": "3.24.2"
},
"devDependencies": {
"@modelcontextprotocol/sdk": "1.9.0",
"@types/node": "22.14.0",
"@types/ws": "8.18.1",
"typescript": "5.8.3"
}
}