{
  "name": "ovrmrw-reactive-store",
  "version": "0.0.54",
  "description": "",
  "main": "index.js",
  "scripts": {
    "tsc": "tsc --outDir .dest",
    "prebuild": "rimraf dist dist-esnext",
    "build": "tsc --outDir dist && tsc --outDir dist-esnext -p config/tsconfig.esnext.json",
    "test": "ts-node __test__ && npm run jest",
    "test:w": "ts-node __test__ && npm run jest:w",
    "jest": "jest --config=jest.config.json --no-cache",
    "jest:w": "jest --config=jest.config.json --watch",
    "prepublish": "npm test && npm run build"
  },
  "keywords": [
    "RxJS",
    "TypeScript"
  ],
  "files": [
    "README.md",
    "LICENSE",
    "index.js",
    "index.d.ts",
    "dist",
    "dist-esnext",
    "__test__",
    "package.json"
  ],
  "author": "Tomohiro Noguchi @ovrmrw",
  "repository": {
    "type": "git",
    "url": "https://github.com/ovrmrw/reactive-store"
  },
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^18.1.1",
    "@types/lodash.clonedeep": "^4.5.0",
    "@types/node": "^6.0.40",
    "concurrently": "^2.2.0",
    "jest": "^18.1.0",
    "nodemon": "^1.11.0",
    "npm-run-all": "^4.0.1",
    "redux-logger": "^2.8.1",
    "rimraf": "^2.5.4",
    "rxjs": "^5.0.0",
    "ts-jest": "^18.0.3",
    "ts-node": "^2.0.0",
    "tslint": "^4.3.1",
    "typescript": "^2.2.0",
    "zone.js": "^0.7.6"
  },
  "dependencies": {
    "asap": "^2.0.0",
    "lodash.clonedeep": "^4.5.0",
    "redux": "^3.6.0",
    "setimmediate": "^1.0.0"
  },
  "peerDependencies": {
    "rxjs": "^5.0.0",
    "typescript": "^2.1.4"
  }
}