{
  "name": "reobservable",
  "version": "0.1.1",
  "description": "Redux + rxjs + redux-obersvable best practice",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/reobservable/reobservable"
  },
  "directories": {
    "example": "examples"
  },
  "scripts": {
    "lint": "lerna run lint",
    "bootstrap": "lerna bootstrap --hoist",
    "publish": "lerna publish",
    "test": "nyc --reporter=text mocha --opts mocha.opts",
    "docs:dev": "vuepress dev docs",
    "docs:build": "vuepress build docs"
  },
  "author": " <yoyoyohamapi softshot37@gmail.com>",
  "license": "ISC",
  "devDependencies": {
    "@types/chai": "^4.1.5",
    "@types/isomorphic-fetch": "^0.0.34",
    "@types/mocha": "^5.2.5",
    "@types/nock": "^9.3.0",
    "@types/sinon": "^5.0.1",
    "chai": "^4.1.2",
    "cross-env": "^5.2.0",
    "eslint": "^5.0.1",
    "eslint-config-standard": "^11.0.0",
    "eslint-plugin-import": "^2.13.0",
    "eslint-plugin-node": "^6.0.1",
    "eslint-plugin-promise": "^3.8.0",
    "eslint-plugin-standard": "^3.1.0",
    "fetch-mock": "^6.5.2",
    "isomorphic-fetch": "^2.2.1",
    "lerna": "^2.11.0",
    "mocha": "^5.2.0",
    "nock": "^9.6.1",
    "nyc": "^13.0.1",
    "pre-commit": "^1.2.2",
    "rimraf": "^2.6.2",
    "sinon": "^6.1.5",
    "source-map-support": "^0.5.9",
    "ts-node": "^7.0.1",
    "tslint": "^5.11.0",
    "typescript": "^3.0.1",
    "vuepress": "^0.14.4"
  },
  "pre-commit": [
    "lint"
  ],
  "nyc": {
    "extension": [
      ".ts"
    ],
    "include": [
      "packages/**/src/**/*.ts"
    ],
    "exclude": [
      "**/*.d.ts"
    ],
    "reporter": [
      "text-summary",
      "html"
    ],
    "sourceMap": true,
    "instrument": true
  },
  "publishConfig": {
    "access": "public"
  }
}
