{
  "name": "@okxweb3/crypto-lib",
  "version": "1.0.11",
  "description": "A base package for @okxweb3/coin-*",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "build": "run-s clean build:main",
    "build:main": "tsc -p tsconfig.json",
    "clean": "rimraf dist tsconfig.tsbuildinfo",
    "prepublishOnly": "node ../../scripts/dep-verison-check.js",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/okx/js-wallet-sdk"
  },
  "keywords": [
    "wallet",
    "web3",
    "crypto",
    "blockchain",
    "sdk",
    "transaction",
    "signing",
    "address",
    "private-key"
  ],
  "author": "okx",
  "license": "MIT OR MPL 2.0",
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@types/bn.js": "^4.11.6",
    "@types/create-hash": "1.2.2",
    "@types/create-hmac": "1.1.0",
    "@types/jest": "^29.2.5",
    "@types/node": "^12.20.52",
    "@types/randombytes": "2.0.0",
    "jest": "^29.7.0",
    "npm-run-all": "^4.1.5",
    "prettier": "2.6.2",
    "rimraf": "^3.0.2",
    "ts-jest": "^29.2.5",
    "ts-node": "^10.7.0",
    "typescript": "^4.6.2"
  },
  "dependencies": {
    "@noble/ed25519": "1.7.3",
    "@noble/hashes": "1.0.0",
    "@noble/secp256k1": "1.7.1",
    "@scure/base": "1.0.0",
    "asmcrypto.js": "2.3.2",
    "bigint-conversion": "2.4.3",
    "bigint-crypto-utils": "3.3.0",
    "bignumber.js": "9.1.2",
    "bn.js": "4.12.0",
    "brorand": "1.1.0",
    "hash.js": "1.1.7",
    "hmac-drbg": "1.0.1",
    "inherits": "2.0.4",
    "long": "5.2.4",
    "minimalistic-assert": "1.0.1",
    "minimalistic-crypto-utils": "1.0.1",
    "protobufjs": "7.4.0",
    "randombytes": "2.1.0",
    "safe-buffer": "5.2.1",
    "typeforce": "1.18.0",
    "wif": "2.0.6"
  }
}
