{
  "name": "@dhmk/zustand-lens",
  "version": "5.0.0",
  "description": "Lens support for zustand",
  "keywords": [
    "zustand",
    "middleware",
    "lens"
  ],
  "license": "MIT",
  "repository": "github:dhmk083/dhmk-zustand-lens",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "module": "esm/index.js",
  "sideEffects": false,
  "files": [
    "lib",
    "esm"
  ],
  "scripts": {
    "preversion": "yarn test && yarn build",
    "version": "git add -A",
    "postversion": "git push origin HEAD && git push origin HEAD --tags",
    "clean": "rm -rf lib esm",
    "build": "yarn clean && tsc && tsc -m esnext --outDir esm",
    "test": "yarn clean && jest"
  },
  "peerDependencies": {
    "zustand": "^5.0.0"
  },
  "devDependencies": {
    "@types/jest": "^29.5.13",
    "immer": "^10.0.3",
    "jest": "^29.7.0",
    "ts-jest": "^29.2.5",
    "typescript": "^5.3.3",
    "zustand": "5.0.0"
  },
  "dependencies": {
    "@dhmk/utils": "^4.3.3"
  },
  "jest": {
    "preset": "ts-jest"
  }
}
