{
  "name": "redux-actions-promise-wrapper",
  "version": "1.1.0",
  "description": "Type safe wrapper for redux actions (compatible with redux-saga)",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc & jest",
    "test": "jest",
    "watch-test": "jest --watchAll",
    "build-docs": "rimraf docs && typedoc --options typedoc.json src/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/thu-san/redux-actions-promise-wrapper.git"
  },
  "keywords": [
    "redux",
    "redux-saga",
    "redux-actions",
    "actions",
    "typescript",
    "react",
    "typesafe-actions",
    "typesafe"
  ],
  "author": "thusan",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/thu-san/redux-actions-promise-wrapper/issues"
  },
  "homepage": "https://github.com/thu-san/redux-actions-promise-wrapper#readme",
  "devDependencies": {
    "@babel/core": "^7.3.4",
    "@babel/preset-env": "^7.3.4",
    "@babel/preset-typescript": "^7.3.3",
    "@types/jest": "^24.0.11",
    "babel-jest": "^24.5.0",
    "coveralls": "^3.0.3",
    "istanbul": "^0.4.5",
    "jest": "^24.5.0",
    "ts-jest": "^24.0.0",
    "tslint": "^5.14.0",
    "tslint-config-prettier": "^1.18.0",
    "tslint-eslint-rules": "^5.4.0",
    "typedoc": "^0.14.2",
    "typescript": "^3.3.3333"
  },
  "dependencies": {
    "redux-saga": "^1.0.2"
  }
}
