UNPKG

use-selektor

Version:

Performantly extract specific data from complext react contexts

46 lines (45 loc) 952 B
{ "name": "use-selektor", "version": "1.0.2", "description": "Performantly extract specific data from complext react contexts", "main": "dist/index.js", "licenses": [ { "type": "ISC" } ], "scripts": { "build": "tsc --declaration", "prepublishOnly": "npm run build && json -f package.json -I -e \"delete this.devDependencies; delete this.dependencies\"" }, "repository": { "type": "git", "url": "https://github.com/danbermantech/use-selektor" }, "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.js" } }, "files": [ "dist" ], "keywords": [ "react", "useSelector", "useSelektor", "skeletor", "hooks", "optimization", "redux", "context" ], "license": "ISC", "peerDependencies": { "react": ">=18.2.0" } }