UNPKG

bybit-mcp-server

Version:
64 lines (63 loc) 1.48 kB
{ "name": "bybit-mcp-server", "version": "1.0.1", "description": "MCP server for Bybit trading API access", "main": "dist/index.js", "bin": { "bybit-mcp-server": "./dist/index.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsx src/index.ts", "watch": "nodemon --exec tsx src/index.ts", "lint": "eslint src/**/*.ts", "typecheck": "tsc --noEmit", "prepublishOnly": "npm run build && npm run lint && npm run typecheck" }, "dependencies": { "@modelcontextprotocol/sdk": "^0.4.0", "bybit-api": "^4.1.7", "dotenv": "^16.3.1", "zod": "^3.22.4" }, "devDependencies": { "@types/node": "^20.10.0", "@typescript-eslint/eslint-plugin": "^6.13.0", "@typescript-eslint/parser": "^6.13.0", "eslint": "^8.54.0", "nodemon": "^3.0.1", "tsx": "^4.6.0", "typescript": "^5.3.0" }, "engines": { "node": ">=18.0.0" }, "license": "MIT", "author": "Ethan", "keywords": [ "bybit", "mcp", "claude", "server", "api", "trading", "cryptocurrency", "exchange" ], "repository": { "type": "git", "url": "git+https://github.com/ethancod1ng/bybit-mcp-server.git" }, "homepage": "https://github.com/ethancod1ng/bybit-mcp-server#readme", "bugs": { "url": "https://github.com/ethancod1ng/bybit-mcp-server/issues" }, "files": [ "dist", "README.md", "README_CN.md", "README_JA.md", "CLAUDE.md" ] }