{
  "name": "redux-starter-kit",
  "version": "2.0.0",
  "description": "A simple set of tools to make using Redux easier",
  "repository": "https://github.com/reduxjs/redux-starter-kit",
  "main": "dist/index.js",
  "module": "dist/redux-starter-kit.esm.js",
  "unpkg": "dist/redux-starter-kit.umd.min.js",
  "types": "dist/index.d.ts",
  "author": "Mark Erikson <mark@isquaredsoftware.com>",
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^24.0.11",
    "@types/node": "^10.14.4",
    "@types/redux-immutable-state-invariant": "^2.1.1",
    "eslint-config-react-app": "^5.0.1",
    "prettier": "^1.18.2",
    "react": "^16.8.6",
    "rollup-plugin-strip-code": "^0.2.6",
    "tsdx": "^0.10.5",
    "tslib": "^1.10.0",
    "typescript": "^3.6.3",
    "typings-tester": "^0.3.2"
  },
  "scripts": {
    "build": "tsdx build --format cjs,esm,umd",
    "dev": "tsdx watch  --format cjs,esm,umd",
    "format": "prettier --write \"src/*.ts\" \"**/*.md\"",
    "format:check": "prettier --list-different \"src/*.ts\" \"**/*.md\"",
    "lint": "tsdx lint src",
    "prepare": "npm run lint && npm run format:check && npm test && npm run build",
    "test": "tsdx test"
  },
  "files": [
    "dist/*.js",
    "dist/*.js.map",
    "dist/index.d.ts",
    "src"
  ],
  "dependencies": {
    "immer": "^4.0.1",
    "redux": "^4.0.0",
    "redux-devtools-extension": "^2.13.8",
    "redux-immutable-state-invariant": "^2.1.0",
    "redux-thunk": "^2.3.0",
    "reselect": "^4.0.0"
  },
  "sideEffects": false,
  "jest": {
    "globals": {
      "ts-jest": {
        "diagnostics": {
          "ignoreCodes": [
            6133
          ]
        }
      }
    }
  }
}
