{
  "name": "@coolwallet/core",
  "version": "0.1.0-beta.26",
  "description": "Core library for other CoolWallet SDKs.",
  "main": "lib/index.js",
  "scripts": {
    "test": "mocha -r ts-node/register tests/**/*.test.ts",
    "build:js": "babel -d lib/ src",
    "build:types": "tsc --emitDeclarationOnly",
    "build:ts": "babel src --out-dir lib --extensions \".ts,.tsx\" --source-maps inline",
    "build": "npm run build:js && npm run build:types && npm run build:ts",
    "publish-single": "rm -rf node_modules && npm install && npm run build && npm publish"
  },
  "author": "coolwallet-team",
  "license": "Apache-2.0",
  "dependencies": {
    "@types/node": "^14.0.13",
    "bip39": "^3.0.2",
    "bip66": "^1.1.5",
    "bn.js": "^5.1.1",
    "elliptic": "^6.5.3",
    "jsonwebtoken": "^8.5.1",
    "key-encoder": "^2.0.3",
    "rlp": "^2.2.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CoolBitX-Technology/coolwallet3-sdk.git"
  },
  "bugs": {
    "url": "https://github.com/CoolBitX-Technology/coolwallet3-sdk/issues"
  },
  "devDependencies": {
    "@babel/cli": "^7.7.0",
    "@babel/core": "^7.7.0",
    "@babel/plugin-proposal-class-properties": "^7.7.0",
    "@babel/preset-env": "^7.7.1",
    "@babel/preset-typescript": "^7.7.7",
    "@types/bluebird": "^3.5.32"
  }
}
