nanostores
Version:
A tiny (265 bytes) state manager for React/Preact/Vue/Svelte with many atomic tree-shakable stores
35 lines (34 loc) • 725 B
JSON
{
"name": "nanostores",
"version": "1.0.1",
"description": "A tiny (265 bytes) state manager for React/Preact/Vue/Svelte with many atomic tree-shakable stores",
"keywords": [
"store",
"state",
"state manager",
"react",
"react native",
"preact",
"vue",
"svelte"
],
"author": "Andrey Sitnik <andrey@sitnik.ru>",
"license": "MIT",
"repository": "nanostores/nanostores",
"sideEffects": false,
"type": "module",
"types": "./index.d.ts",
"exports": {
".": "./index.js",
"./package.json": "./package.json"
},
"engines": {
"node": "^20.0.0 || >=22.0.0"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/ai"
}
]
}