{
  "name": "@gapi/ethereum",
  "version": "1.6.12",
  "repository": {
    "type": "git",
    "url": "https://github.com/Stradivario/gapi-ethereum.git"
  },
  "scripts": {
    "postpublish": "git push -f ssh://git@gitlab.youvolio.com:522/gapi/ethereum.git && git push --tags && git push ssh://git@gitlab.youvolio.com:522/gapi/ethereum.git --tags"
  },
  "author": {
    "name": "Kristian Tachev(Stradivario)",
    "email": "kristiqn.tachev@gmail.com"
  },
  "keywords": [
    "graphql",
    "gapi",
    "node"
  ],
  "license": "MIT",
  "bugs": {
    "url": "http://gitlab.youvolio.com/gapi/gapi-ethereum/issues"
  },
  "module": "gapi-ethereum-module.js",
  "typings": "gapi-ethereum-module.d.ts",
  "dependencies": {
    "bn.js": "^4.11.8",
    "web3": "^0.20.2"
  },
  "devDependencies": {
    "@rxdi/core": "0.2.16",
    "@types/node": "^9.6.18",
    "@types/web3": "^1.0.0"
  }
}
