{
  "name": "@coolwallet/eth",
  "version": "0.1.0-beta.6",
  "description": "Coolwallet Ethereum sdk",
  "main": "lib/index.js",
  "author": "coolwallet-team",
  "license": "Apache-2.0",
  "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"
  },
  "peerDependencies": {
    "@coolwallet/core": "~0.1.0-beta.26"
  },
  "dependencies": {
    "@types/node": "^14.0.13",
    "elliptic": "^6.5.1",
    "eth-sig-util": "^2.5.3",
    "rlp": "^2.2.3",
    "web3": "^1.2.6"
  },
  "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"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CoolBitX-Technology/coolwallet3-sdk.git"
  },
  "bugs": {
    "url": "https://github.com/CoolBitX-Technology/coolwallet3-sdk/issues"
  }
}
