{
  "name": "next-redux-wrapper",
  "version": "4.0.1",
  "description": "Redux wrapper for Next.js",
  "main": "lib/index.js",
  "module": "es6/index.js",
  "types": "es6/index.d.ts",
  "source": "src/index.tsx",
  "jsnext:main": "src/index.tsx",
  "main:src": "src/index.tsx",
  "scripts": {
    "test": "jest",
    "test:quick": "yarn test",
    "clean": "rimraf lib es6 types coverage",
    "build": "yarn clean && yarn build:tsc:es5 && yarn build:tsc:es6",
    "build:tsc:es5": "tsc",
    "build:tsc:es6": "tsc --project tsconfig.es6.json",
    "start": "npm-run-all -p start:tsc:es5 start:tsc:es6",
    "start:tsc:es5": "yarn build:tsc:es5 --watch --preserveWatchOutput",
    "start:tsc:es6": "yarn build:tsc:es6 --watch --preserveWatchOutput"
  },
  "devDependencies": {
    "@types/jest": "24.0.18",
    "@types/react": "16.9.3",
    "@types/react-redux": "7.1.3",
    "@types/redux-promise-middleware": "0.0.11",
    "jest": "24.9.0",
    "next": "9.0.6",
    "next-redux-wrapper-configs": "^4.0.1",
    "npm-run-all": "4.1.5",
    "react": "16.9.0",
    "react-dom": "16.9.0",
    "react-redux": "7.1.1",
    "react-test-renderer": "16.9.0",
    "redux": "4.0.4",
    "redux-promise-middleware": "6.1.1",
    "rimraf": "3.0.0",
    "ts-jest": "24.1.0",
    "typescript": "3.6.3"
  },
  "peerDependencies": {
    "next": ">=9.0.0",
    "react": "*"
  },
  "author": "Kirill Konshin",
  "repository": {
    "type": "git",
    "url": "git://github.com/kirill-konshin/next-redux-wrapper.git"
  },
  "bugs": {
    "url": "https://github.com/kirill-konshin/next-redux-wrapper/issues"
  },
  "homepage": "https://github.com/kirill-konshin/next-redux-wrapper",
  "license": "MIT",
  "gitHead": "08bd49999eef4a40277f3489b4efe5ebcb9a72a3"
}
