UNPKG

syncbasestore

Version:

Lightweight reactive store with built-in filtering and async state handling

39 lines (38 loc) 819 B
{ "name": "syncbasestore", "version": "0.1.0", "description": "Lightweight reactive store with built-in filtering and async state handling", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc" }, "keywords": [ "store", "reactive", "state", "sync-state", "state-filter", "framework-agnostic" ], "author": "Santosh Bhat", "license": "MIT", "devDependencies": { "@types/lodash": "^4.17.17", "@types/lodash.get": "^4.4.9", "@types/lodash.set": "^4.3.9", "@types/node": "^22.15.30", "@types/react": "^19.1.6" }, "files": ["dist"], "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "dependencies": { "lodash.get": "^4.4.2", "lodash.set": "^4.3.2" } }