{
  "name": "react-server-model",
  "version": "0.3.0-beta.0",
  "type": "module",
  "files": [
    "dist"
  ],
  "license": "MIT",
  "keywords": [
    "react",
    "data fetching",
    "auto revalidate",
    "pagination"
  ],
  "author": {
    "name": "Yu Xuan",
    "email": "97ssps30212@gmail.com",
    "url": "https://github.com/jason89521"
  },
  "types": "./dist/index.d.ts",
  "module": "./dist/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/jason89521/react-server-model"
  },
  "dependencies": {
    "immer": "^10.0.2"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^5.16.5",
    "@testing-library/react": "^14.0.0",
    "@types/react": "^18.2.14",
    "@types/react-dom": "^18.2.6",
    "@typescript-eslint/eslint-plugin": "^5.60.1",
    "@typescript-eslint/parser": "^5.60.1",
    "@vitejs/plugin-react": "^4.0.1",
    "@vitest/coverage-v8": "^0.32.2",
    "axios": "^1.4.0",
    "eslint": "^8.43.0",
    "eslint-plugin-react": "^7.32.2",
    "eslint-plugin-react-hooks": "^4.6.0",
    "jsdom": "^22.1.0",
    "msw": "^1.2.2",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "rimraf": "^5.0.1",
    "typedoc": "^0.24.8",
    "typedoc-plugin-markdown": "^3.15.3",
    "typescript": "^5.1.3",
    "vite": "^4.3.9",
    "vitest": "^0.32.2"
  },
  "peerDependencies": {
    "react": ">=18.0.0"
  },
  "packageManager": "pnpm@8.6.0",
  "msw": {
    "workerDirectory": "public"
  },
  "scripts": {
    "dev": "vite",
    "build": "tsc && vite build",
    "build-lib": " rimraf dist && tsc --project tsconfig.lib.json",
    "lint": "eslint src",
    "preview": "vite preview",
    "gen-api": "typedoc --options ./typedoc.json",
    "test": "vitest run",
    "test-watch": "vitest watch"
  }
}