{
  "name": "@udecode/zustood",
  "version": "2.0.0",
  "description": "A modular store factory using zustand",
  "keywords": [
    "zustand"
  ],
  "homepage": "https://github.com/udecode/zustood",
  "bugs": {
    "url": "https://github.com/udecode/zustood/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/udecode/zustood.git",
    "directory": "packages/zustood"
  },
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "prebuild": "rimraf dist",
    "build": "tsc && yarn rollup",
    "build:w": "yarn rollup -w",
    "cti": "sh ../../scripts/cti.sh",
    "rollup": "rollup -c=../../rollup.config.js",
    "test": "jest"
  },
  "dependencies": {
    "immer": "^10.0.2",
    "react-tracked": "^1.7.11"
  },
  "peerDependencies": {
    "zustand": ">=4.3.9"
  },
  "publishConfig": {
    "access": "public"
  }
}
