{
  "name": "redux-subspace",
  "version": "6.2.1",
  "description": "Create isolated subspaces of a Redux store",
  "author": "Michael Peyper",
  "contributors": [
    "Jonathan Peyper",
    "Vivian Farrell"
  ],
  "license": "BSD-3-Clause",
  "main": "lib/index.js",
  "module": "es/index.js",
  "typings": "src/index.d.ts",
  "sideEffects": false,
  "files": [
    "lib",
    "es",
    "src"
  ],
  "scripts": {
    "prebuild": "rimraf lib es",
    "build": "rollup -c",
    "lint": "eslint . --ext .js --ext .jsx",
    "lint:fix": "eslint . --ext .js --ext .jsx --fix",
    "test": "cross-env NODE_ENV=test nyc mocha --recursive --require @babel/register ./test/setup.js $(find test -name '*-spec.js')",
    "test:watch": "npm test -- --watch",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ioof-holdings/redux-subspace.git"
  },
  "peerDependencies": {
    "redux": "^3.0.0 || ^4.0.0"
  },
  "devDependencies": {
    "@babel/core": "7.12.10",
    "@babel/plugin-proposal-object-rest-spread": "7.12.1",
    "@babel/plugin-transform-modules-commonjs": "7.12.1",
    "@babel/preset-env": "7.12.11",
    "@babel/register": "7.12.10",
    "babel-eslint": "10.1.0",
    "babel-plugin-annotate-pure-calls": "0.4.0",
    "chai": "4.2.0",
    "cross-env": "7.0.3",
    "eslint": "7.18.0",
    "eslint-plugin-react": "7.22.0",
    "mocha": "8.2.1",
    "nyc": "15.1.0",
    "redux": "4.0.5",
    "redux-mock-store": "1.5.4",
    "redux-promise": "0.6.0",
    "redux-thunk": "2.3.0",
    "rimraf": "3.0.2",
    "rollup": "2.38.0",
    "rollup-plugin-babel": "4.4.0",
    "sinon": "9.2.4",
    "sinon-chai": "3.5.0",
    "typescript": "4.1.3",
    "typescript-definition-tester": "0.0.6"
  },
  "nyc": {
    "temp-directory": "coverage/.nyc_output",
    "reporter": [
      "html",
      "text",
      "json"
    ]
  },
  "gitHead": "615b70ca66fa2ef3f5a2253106f17b700bdeeb28"
}
