{
  "name": "@estar-solutions/werx-keyring",
  "version": "1.2.4",
  "description": "A wallet management tool for multi-chain accounts.",
  "author": "Hoang Duc Tri",
  "email": "trihd123@gmail.com",
  "license": "MIT",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "typings": "dist/types/index.d.ts",
  "homepage": "https://github.com/ductridev/werx.js/packages/werx-keyring/#readme",
  "scripts": {
    "prebuild": "rimraf dist/",
    "build": "tsc && tsc -p tsconfig.cjs.json",
    "build-cjs": "tsc -p tsconfig.cjs.json",
    "rollup": "rollup -c ../../scripts/config/rollup.config.js",
    "test": "TS_NODE_PROJECT='tsconfig.cjs.json' mocha -r ts-node/register test/unit/**/en*-tests.ts",
    "prerelease": "npm run build && npm version patch",
    "release": "node ../../scripts/package/copy && npm run release:npm",
    "release:npm": "npm publish ./dist -access public",
    "release:preflight": "npm pack ./dist --dry-run"
  },
  "dependencies": {
    "@estar-solutions/werx-core": "^1.0.5",
    "@metamask/obs-store": "^6.0.2",
    "bn.js": "^4.12.0",
    "bs58": "^4.0.1",
    "buffer": "^5.6.0",
    "eth-sig-util": "^3.0.1",
    "ethereumjs-util": "^7.0.10",
    "ethereumjs-wallet": "^1.0.1",
    "js-sha256": "^0.9.0"
  },
  "devDependencies": {
    "@types/chai": "^4.2.12",
    "@types/node": "^14.6.2",
    "chai": "^4.2.0",
    "mocha": "^8.1.3",
    "rimraf": "^3.0.2",
    "ts-node": "^9.1.1",
    "typescript": "^4.0.3"
  }
}
