{
  "name": "@webkom/react-prepare",
  "version": "1.2.0",
  "description": "Prepare you app state for async server-side rendering and more!",
  "type": "module",
  "exports": {
    "import": {
      "types": "./dist/index.d.ts",
      "default": "./dist/react-prepare.js"
    }
  },
  "types": "dist/index.d.ts",
  "files": [
    "dist/**/*"
  ],
  "scripts": {
    "clean": "rimraf dist",
    "lint": "yarn lint:eslint && yarn lint:prettier",
    "lint:eslint": "eslint src/**/*.{js,ts,tsx}",
    "lint:prettier": "prettier '**/*.{js,css,md,ts,tsx}' --check",
    "build": "vite build && yarn build:types",
    "build:types": "tsc -d --emitDeclarationOnly",
    "test": "vitest run",
    "coverage": "vitest run --coverage",
    "make": "yarn run lint && yarn run ts && yarn run clean && yarn run build && yarn run test",
    "prettier": "prettier '**/*.{js,css,md,ts,tsx,json}' --write",
    "ts": "tsc --noEmit"
  },
  "repository": {
    "url": "git@github.com:elierotenberg/react-prepare",
    "type": "git"
  },
  "author": "Elie Rotenberg <elie@rotenberg.io>",
  "license": "MIT",
  "devDependencies": {
    "@testing-library/react": "^14.1.2",
    "@types/assert": "^1.5.10",
    "@types/mocha": "^10.0.6",
    "@types/node": "^20.10.0",
    "@types/react": "^18.2.39",
    "@types/react-dom": "^18.2.17",
    "@typescript-eslint/eslint-plugin": "^6.13.1",
    "@typescript-eslint/parser": "^6.13.1",
    "@vitejs/plugin-react": "^4.2.0",
    "eslint": "^8.54.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-plugin-react": "^7.33.2",
    "jsdom": "^23.0.0",
    "koa": "^2.14.2",
    "node-fetch": "^3.3.2",
    "prettier": "^3.1.0",
    "prop-types": "^15.8.1",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "rimraf": "^5.0.5",
    "sinon": "^17.0.1",
    "typescript": "^5.3.2",
    "vite": "^5.0.2",
    "vitest": "^0.34.6"
  },
  "peerDependencies": {
    "prop-types": "^15.7.2",
    "react": "^16.8.2 | ^17.0.0 | ^18.0.0"
  },
  "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
