{
  "name": "@dapp-stack/redux-eth",
  "version": "0.1.0",
  "engines": {
    "node": ">=8.11"
  },
  "description": "Redux actions for ethers.js",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "watch": "tsc -w",
    "build": "tsc",
    "clean": "shx rm -rf lib scripts",
    "lint": "tslint --fix --project .",
    "doc": "typedoc --options ../../typedoc.json --out ../../documentation/redux-eth"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com:Dapp-Stack/Dapp-Stack.git"
  },
  "keywords": [
    "ethereum",
    "DApp Stack",
    "typescript",
    "ts",
    "ethers.js"
  ],
  "author": {
    "name": "John Solon",
    "email": "john.solon12@gmail.com"
  },
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/Dapp-Stack/Dapp-Stack/issues"
  },
  "homepage": "https://dapp-stack.org",
  "devDependencies": {
    "@types/lodash": "4.14.116",
    "shx": "^0.2.2",
    "tslint": "5.11.0",
    "typedoc": "^0.13.0",
    "typescript": "3.1.1"
  },
  "dependencies": {
    "ethers": "^4.0.3",
    "lodash": "^4.17.10",
    "redux": "^4.0.0",
    "redux-observable": "^1.0.0",
    "rxjs": "6.1.0",
    "typesafe-actions": "^2.0.4"
  },
  "publishConfig": {
    "access": "public"
  }
}
