{
  "name": "@coolwallet/eos",
  "version": "0.1.0-beta.4",
  "description": "CoolWallet EOS sdk",
  "main": "lib/index.js",
  "scripts": {
    "build:types": "tsc --emitDeclarationOnly",
    "build:ts": "babel src --out-dir lib --extensions \".ts,.tsx\" --source-maps inline",
    "build": "npm run build:types && npm run build:ts",
    "publish-single": "rm -rf node_modules && npm install && npm run build && npm publish"
  },
  "keywords": [
    "eos",
    "hardwarewallet",
    "coolwallet",
    "coolbitx",
    "javascript",
    "transaction",
    "signing",
    "cryptocurrency"
  ],
  "author": "coolwallet-team",
  "license": "ISC",
  "peerDependencies": {
    "@coolwallet/core": "~0.1.0-beta.26"
  },
  "dependencies": {
    "bigi": "^1.4.2",
    "bs58": "^4.0.0",
    "bytebuffer": "^5.0.1",
    "elliptic": "^6.5.1",
    "long": "^4.0.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.7.0",
    "@babel/core": "^7.7.0",
    "@babel/plugin-proposal-class-properties": "^7.7.4",
    "@babel/preset-env": "^7.7.1",
    "@babel/preset-typescript": "^7.7.7",
    "@coolwallet/core": "~0.1.0-beta.26",
    "@types/bigi": "^1.4.2",
    "@types/bs58": "^4.0.1",
    "@types/bytebuffer": "^5.0.40"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CoolBitX-Technology/coolwallet3-sdk.git"
  },
  "bugs": {
    "url": "https://github.com/CoolBitX-Technology/coolwallet3-sdk/issues"
  }
}
