{
  "name": "reastorage",
  "version": "0.1.5",
  "description": "Global state management for local or session storage",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "module": "dist/index.mjs",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "default": "./dist/index.js"
    }
  },
  "license": "MIT",
  "packageManager": "yarn@3.2.3",
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/lifeisegg123/reastorage"
  },
  "author": {
    "name": "lifeisegg123",
    "email": "leejj2002@naver.com"
  },
  "bugs": {
    "url": "https://github.com/lifeisegg123/reastorage/issues"
  },
  "keywords": [
    "react",
    "reastorage",
    "localStorage",
    "sessionStorage",
    "globalStorage",
    "global-state",
    "state-management"
  ],
  "files": [
    "dist/"
  ],
  "scripts": {
    "build": "rollup -c",
    "dev": "rollup -c -w",
    "test": "jest"
  },
  "dependencies": {
    "lz-string": "^1.4.4",
    "use-sync-external-store": "^1.2.0"
  },
  "devDependencies": {
    "@swc/core": "^1.2.249",
    "@swc/jest": "^0.2.22",
    "@testing-library/react": "^13.4.0",
    "@types/jest": "^29.0.1",
    "@types/lz-string": "^1.3.34",
    "@types/react": "^18.0.18",
    "@types/use-sync-external-store": "^0.0.3",
    "esbuild": "^0.15.7",
    "jest": "^29.0.3",
    "jest-environment-jsdom": "^29.0.3",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "rollup": "^2.79.0",
    "rollup-plugin-dts": "^4.2.2",
    "rollup-plugin-esbuild": "^4.10.1",
    "ts-node": "^10.9.1",
    "typescript": "^4.8.3"
  },
  "peerDependencies": {
    "react": ">=16.8.0"
  }
}
