newtk
Version:
A minimal state management library built with modern React hooks.
40 lines (39 loc) • 866 B
JSON
{
"name": "newtk",
"version": "1.0.4",
"description": "A minimal state management library built with modern React hooks.",
"main": "index.js",
"keywords": [
"zustand",
"state",
"react",
"hooks",
"store",
"global-state",
"lightweight",
"zustand-alternative",
"devtools",
"typescript"
],
"author": "Kavya Katal",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/KatalKavya96/Newt.git"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0 || ^19.0.0"
},
"dependencies": {
"react": "^19.1.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "module",
"bugs": {
"url": "https://github.com/KatalKavya96/Newt/issues"
},
"homepage": "https://github.com/KatalKavya96/Newt#readme"
}