package.json•787 B
{
"name": "@davibaue/coti-mcp",
"version": "0.0.18",
"description": "MCP server for COTI blockchain",
"main": "index.js",
"module": "./index.ts",
"type": "module",
"scripts": {
"dev": "npx @smithery/cli dev"
},
"keywords": [],
"author": "Davi Bauer",
"license": "MIT",
"homepage": "https://coti.io",
"dependencies": {
"@coti-io/coti-ethers": "^1.0.0",
"@coti-io/coti-sdk-typescript": "^1.0.4",
"@modelcontextprotocol/sdk": "^1.12.1",
"zod": "^3.25.46"
},
"devDependencies": {
"@types/node": "^22",
"shx": "^0.3.4",
"typescript": "^5.6.2",
"@smithery/cli": "^1.2.4",
"tsx": "^4.19.4"
},
"publishConfig": {
"access": "public"
}
}