{
  "name": "@sirajju/use-sync",
  "version": "3.6.34",
  "description": "A package for keep updating the states",
  "keywords": [
    "React",
    "State management",
    "Redux",
    "Caching",
    "Syncing",
    "Fetch"
  ],
  "homepage": "https://github.com/sirajju/use-sync#readme",
  "bugs": {
    "url": "https://github.com/sirajju/use-sync/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sirajju/use-sync.git"
  },
  "license": "ISC",
  "author": "Sirajju",
  "type": "commonjs",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "LICENSE",
    "README.md"
  ],
  "scripts": {
    "build": "webpack",
    "build:types": "tsc --emitDeclarationOnly --declaration",
    "build:all": "npm run build && npm run build:types",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "dependencies": {
    "react": "^19.0.0",
    "react-redux": "^9.2.0"
  },
  "devDependencies": {
    "typescript": "^5.7.3",
    "terser": "^5.26.0",
    "webpack": "^5.89.0",
    "webpack-cli": "^5.1.4",
    "ts-loader": "^9.5.1",
    "tslib": "^2.8.1",
    "@types/react": "^18.2.45",
    "@types/react-redux": "^7.1.33"
  }
}
