{
  "name": "crypto-wallet-core-tcr",
  "version": "8.5.5",
  "description": "A multi-currency support library for address derivation, private key creation, and transaction creation",
  "main": "./ts_build/src/index.js",
  "types": "./ts_build/src/index.d.ts",
  "scripts": {
    "clean": "rm -rf ts_build",
    "compile": "npm run clean && ./node_modules/.bin/tsc",
    "test": "npx mocha -r ts-node/register tests/**/*.ts"
  },
  "keywords": [
    "multi-currency",
    "addresses",
    "and",
    "transactions"
  ],
  "author": "Micah Riggan",
  "license": "MIT",
  "dependencies": {
    "bcryptjs": "^2.4.3",
    "bitcore-lib": "^8.5.4",
    "bitcore-lib-cash": "^8.5.4",
    "bitcore-lib-tcr": "^8.5.5",
    "elliptic": "^6.4.1",
    "ethereumjs-tx": "^1.3.7",
    "ethereumjs-util": "^6.0.0",
    "web3": "^1.0.0-beta.46"
  },
  "devDependencies": {
    "@types/chai": "^4.1.7",
    "@types/elliptic": "^6.4.3",
    "@types/ethereumjs-util": "^5.2.0",
    "@types/mocha": "^5.2.6",
    "@types/node": "^10.12.15",
    "@types/secp256k1": "^3.5.0",
    "chai": "^4.2.0",
    "eslint-config-airbnb-base": "^12.1.0",
    "eslint-plugin-import": "^2.8.0",
    "mocha": "^6.1.4",
    "ts-node": "^8.1.0",
    "typescript": "^3.4.3"
  },
  "gitHead": "332b48c6d9fd372a521e7858adf36d0e16efdaae"
}
