{
  "name": "@codegame.dev/wallet-cli",
  "version": "1.1.13",
  "description": "A CLI tool for managing wallets across multiple blockchains, supporting operations like wallet creation, balance checking, transfers, and fee estimation.",
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/dev.codegames/wallet-cli.git"
  },
  "keywords": [
    "blockchain",
    "CLI",
    "wallet",
    "ethereum",
    "binance-smart-chain",
    "polygon",
    "tron",
    "multi-chain",
    "crypto",
    "wallet-management"
  ],
  "author": "CodeGame",
  "license": "MIT",
  "homepage": "https://gitlab.com/dev.codegames/wallet-cli",
  "bugs": {
    "url": "https://gitlab.com/dev.codegames/wallet-cli/-/issues"
  },
  "type": "module",
  "bin": {
    "wallet-cli": "./dist/index.js"
  },
  "scripts": {
    "build": "tsc && node scripts/post-build.js",
    "prepare": "npm run build",
    "start": "node dist/index.js",
    "dev": "tsx src/index.ts",
    "test": "jest --no-watch",
    "test:watch": "jest --watch"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.26.0",
    "@types/jest": "^29.5.14",
    "babel-jest": "^29.7.0",
    "dotenv": "^16.4.7",
    "jest": "^29.7.0",
    "prettier": "^3.4.2",
    "ts-jest": "^29.2.5",
    "tsx": "^4.19.2",
    "typescript": "^5.7.2"
  },
  "peerDependencies": {
    "typescript": "^5.6.2"
  },
  "dependencies": {
    "@trustwallet/wallet-core": "^4.1.22",
    "buffer": "^6.0.3",
    "commander": "^12.1.0",
    "ethers": "^6.13.4",
    "ofetch": "^1.4.1",
    "tonweb": "^0.0.66",
    "tronweb": "^6.0.0",
    "web3": "^4.16.0"
  }
}
