{
  "name": "@womasoft/wallet-core",
  "version": "2.2.2",
  "description": "",
  "main": "src/index.js",
  "scripts": {
    "build": "tsc --build",
    "test": "npm run build && npm run mocha-test",
    "test-me": "npm run build && npm run mocha-me",
    "mocha-test": "mocha --timeout 10000 test/index.js",
    "mocha-me": "mocha --timeout 10000 test-me/index.js"
  },
  "repository": {
    "type": "git",
    "url": "https://gitark.net/womasoft/wallet-core.git"
  },
  "keywords": [
    "woma",
    "womasoft",
    "womasoft/wallet-core",
    "@womasoft/wallet-core"
  ],
  "author": "gaozh",
  "license": "ISC",
  "dependencies": {
    "@ethersproject/bignumber": "^5.7.0",
    "@womasoft/js-utils": "^1.0.23",
    "bip32": "^2.0.6",
    "bip39": "^3.0.4",
    "buffer": "^6.0.3",
    "ethers": "^5.7.2",
    "qitmeer-js": "^1.0.18",
    "safe-buffer": "^5.2.1",
    "tronweb": "^4.4.0",
    "web3": "^1.8.1",
    "web3-utils": "^1.8.1"
  },
  "devDependencies": {
    "@typechain/ethers-v5": "^11.1.0",
    "@types/node": "^16.7.4",
    "mocha": "^9.1.3",
    "prettier": "^3.0.0",
    "typescript": "^4.9.5",
    "vitest": "^0.33.0",
    "xmlhttprequest": "^1.8.0"
  }
}
