{
  "name": "@onboardmoney/sdk",
  "description": "wrap ethereum in sexy",
  "version": "0.2.1",
  "author": "thegostep @thegostep",
  "license": "MIT",
  "keywords": [
    "tsdx",
    "ethereum",
    "web3",
    "onboardmoney"
  ],
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "start": "tsdx watch",
    "build": "tsdx build",
    "test": "NODE_TLS_REJECT_UNAUTHORIZED=0 tsdx test",
    "lint": "tsdx lint",
    "prepare": "tsdx build"
  },
  "peerDependencies": {},
  "husky": {
    "hooks": {
      "pre-commit": "tsdx lint"
    }
  },
  "module": "dist/sdk.esm.js",
  "devDependencies": {
    "cross-env": "^7.0.2",
    "husky": "^4.2.5",
    "tsdx": "^0.13.2",
    "tslib": "^2.0.0",
    "typescript": "^3.9.6"
  },
  "dependencies": {
    "axios": "^0.19.2"
  }
}
