UNPKG

zustand-computed

Version:

A Zustand middleware to create computed states.

61 lines (60 loc) 1.35 kB
{ "name": "zustand-computed", "version": "2.1.0", "author": "chrisvander", "repository": { "type": "git", "url": "git+https://github.com/chrisvander/zustand-computed.git" }, "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "devDependencies": { "@biomejs/biome": "^1.9.4", "@commitlint/cli": "^19.5.0", "@commitlint/config-conventional": "^19.5.0", "@tsconfig/bun": "^1.0.7", "@types/bun": "^1.1.13", "@types/node": "^22.9.0", "husky": "^9.1.6", "react": "^18.3.1", "semver": "^7.6.3", "typescript": "^5.6.3", "vite": "^5.4.10", "vite-plugin-dts": "^4.3.0", "zustand": "^5.0.0" }, "peerDependencies": { "react": ">=18.2.0 <20.0.0", "zustand": ">=5.0.0 <6.0.0" }, "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.mjs", "types": "./dist/index.d.ts" } }, "description": "A Zustand middleware to create computed states.", "files": [ "/dist" ], "keywords": [ "zustand", "computed", "calculated", "state", "react", "plugin", "middleware", "npm", "typescript" ], "license": "MIT", "scripts": { "check": "biome check --write", "format": "biome format --write", "lint": "biome lint", "build": "vite build" } }