@chipsgg/react-wiring
Version:
High performance and fine grained change subscriptions using React Hooks.
32 lines (31 loc) • 707 B
JSON
{
"name": "@chipsgg/react-wiring",
"version": "3.3.3",
"main": "index.js",
"license": "MIT",
"peerDependencies": {
"react": ">=16.8"
},
"dependencies": {
"lodash": "^4.17.21"
},
"description": "High performance and fine grained change subscriptions using React Hooks.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chipsgg/react-wiring.git"
},
"keywords": [
"react",
"wiring",
"hooks",
"easy"
],
"author": "",
"bugs": {
"url": "https://github.com/chipsgg/react-wiring/issues"
},
"homepage": "https://github.com/chipsgg/react-wiring#readme"
}