{ "name": "mcp-server-qubic", "version": "0.5.2", "description": "MCP server for the Qubic cryptocurrency — balances, transfers, smart contracts, QX DEX, network switching, and developer tools for AI assistants.", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "bin": { "mcp-server-qubic": "./dist/index.js" }, "files": [ "dist", "LICENSE", "README.md" ], "scripts": { "build": "tsc", "dev": "tsc --watch", "lint": "eslint src/", "lint:fix": "eslint src/ --fix", "format": "prettier --write \"src/**/*.ts\"", "format:check": "prettier --check \"src/**/*.ts\"", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "inspect": "npx @modelcontextprotocol/inspector node dist/index.js", "check": "npm run format:check && npm run lint && npm run build && npm test", "prepublishOnly": "npm run check", "clean": "rm -rf dist" }, "engines": { "node": ">=18.0.0" }, "keywords": [ "mcp", "model-context-protocol", "qubic", "cryptocurrency", "blockchain", "smart-contracts", "qx", "defi", "ai", "developer-tools" ], "repository": { "type": "git", "url": "https://github.com/fyllepo/qubic-mcp.git" }, "bugs": { "url": "https://github.com/fyllepo/qubic-mcp/issues" }, "homepage": "https://github.com/fyllepo/qubic-mcp#readme", "author": "", "license": "MIT", "mcpName": "io.github.fyllepo/qubic-mcp", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "zod": "^4.3.6" }, "devDependencies": { "@types/node": "^25.2.3", "eslint": "^10.0.3", "prettier": "^3.4.0", "typescript": "^5.7.0", "typescript-eslint": "^8.56.1", "vitest": "^4.0.18" } }