{
  "name": "bnbchain-mcp",
  "version": "1.0.10",
  "main": "index.js",
  "type": "module",
  "bin": {
    "bnbchain-mcp": "./build/index.js"
  },
  "scripts": {
    "test": "node test/testServer.js",
    "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"",
    "init": "node ./build/init.js",
    "init:build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\" && node ./build/init.js",
    "publish:auto": "node scripts/publish.cjs"
  },
  "files": [
    "build"
  ],
  "keywords": [
    "binance-smart-chain",
    "bsc",
    "blockchain",
    "web3",
    "cryptocurrency",
    "defi",
    "model-context-protocol",
    "mcp",
    "claude-integration",
    "ai-agents",
    "token-transfers",
    "smart-contracts",
    "pancakeswap",
    "bep20",
    "swap",
    "liquidity",
    "wallet-management",
    "blockchain-tools",
    "crypto-cli",
    "defi-tools",
    "meme-tokens",
    "token-deployment",
    "blockchain-development",
    "web3-infrastructure",
    "crypto-automation",
    "token-security",
    "moralis-integration",
    "bnb-chain"
  ],
  "author": "",
  "license": "MIT",
  "description": "",
  "devDependencies": {
    "@types/figlet": "^1.7.0",
    "@types/fs-extra": "^11.0.4",
    "@types/node": "^22.10.0",
    "@types/prompts": "^2.4.9",
    "typescript": "^5.8.2"
  },
  "dependencies": {
    "@goplus/sdk-node": "^1.0.12",
    "@modelcontextprotocol/sdk": "^1.4.0",
    "@pancakeswap/sdk": "^5.8.8",
    "@pancakeswap/smart-router": "6.1.6",
    "@pancakeswap/tokens": "^0.6.24",
    "chalk": "^5.4.1",
    "dotenv": "^16.4.7",
    "figlet": "^1.8.0",
    "fs-extra": "^11.3.0",
    "graphql-request": "^7.1.2",
    "moralis": "^2.27.2",
    "ora": "^8.2.0",
    "prompts": "^2.4.2",
    "viem": "^2.23.11"
  }
}