{
  "name": "uniderp-mcp",
  "version": "1.0.0",
  "main": "index.js",
  "type": "module",
  "bin": {
    "uniderp-mcp": "build/index.js"
  },
  "scripts": {
    "test": "node test/testServer.js",
    "test:privateAES": "npx jest src/test/privateAES.test.ts -t \"test\"",
    "start": "node build/index.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": [
    "unichain",
    "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/bcrypt": "^5.0.2",
    "@types/figlet": "^1.7.0",
    "@types/fs-extra": "^11.0.4",
    "@types/jest": "^29.5.14",
    "@types/node": "^22.10.0",
    "@types/prompts": "^2.4.9",
    "@types/sharp": "^0.31.1",
    "jest": "^29.7.0",
    "ts-jest": "^29.3.0",
    "typescript": "^5.8.2"
  },
  "dependencies": {
    "@goplus/sdk-node": "^1.0.12",
    "@modelcontextprotocol/sdk": "^1.4.0",
    "@uniswap/sdk-core": "^7.7.2",
    "@uniswap/smart-order-router": "^4.20.12",
    "@uniswap/v3-sdk": "^3.25.2",
    "bcrypt": "^5.1.1",
    "chalk": "^5.4.1",
    "decimal.js": "^10.5.0",
    "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",
    "sharp": "^0.34.1",
    "ts-node-dev": "^2.0.0",
    "viem": "^2.23.11"
  },
  "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
