{
  "name": "@authereum/sdk",
  "version": "0.0.1-beta.40",
  "description": "The Authereum JavaScript SDK",
  "main": "dist/index.js",
  "types": "index.d.ts",
  "scripts": {
    "test": "jest",
    "dev": "tsc --watch",
    "build": "npm run build:worker && tsc",
    "build:example": "(cd example && browserify example.ts -p [ tsify --noImplicitAny ] > dist/bundle.js)",
    "build:worker": "browserify src/worker.js -o dist/worker.js",
    "lint": "tslint --fix -c tslint.json src/*.ts",
    "publish-module": "npm publish --tag beta --access public",
    "prepare": "npm run lint && npm run build"
  },
  "directories": {},
  "author": "",
  "license": "MIT",
  "dependencies": {
    "@authereum/abi": "0.0.1-beta.1",
    "@authereum/graphql": "0.0.1-beta.13",
    "@authereum/utils": "0.0.1-beta.3",
    "@types/node": "^12.6.2",
    "@types/toastr": "^2.1.37",
    "bn.js": "^4.11.8",
    "ethereumjs-util": "^6.1.0",
    "ethers": "^4.0.33",
    "keythereum": "^1.0.4",
    "querystring": "^0.2.0",
    "randombytes": "^2.1.0",
    "request": "^2.88.0",
    "store": "^2.0.12",
    "toastr": "^2.1.4",
    "truffle-contract": "^4.0.15",
    "truffle-privatekey-provider": "^1.1.0",
    "typescript": "^3.4.4",
    "web3": "^1.0.0-beta.34",
    "web3-providers-ws": "1.0.0-beta.34",
    "web3-utils": "^1.2.1",
    "webworkify": "^1.5.0"
  },
  "devDependencies": {
    "@types/jest": "^24.0.15",
    "@typescript-eslint/eslint-plugin": "^1.9.0",
    "@typescript-eslint/parser": "^1.9.0",
    "browserify": "^16.2.3",
    "jest": "^24.8.0",
    "standard": "^12.0.1",
    "ts-jest": "^24.0.2",
    "tsify": "^4.0.1",
    "tslint": "^5.18.0",
    "tslint-config-standard": "^8.0.1"
  },
  "standard": {
    "parser": "@typescript-eslint/parser",
    "plugins": [
      "@typescript-eslint/eslint-plugin"
    ]
  }
}
