/opt/canhelp/node_modules/nanostores
Edit: /opt/canhelp/node_modules/nanostores/package.json (725B)
{
"name": "nanostores",
"version": "1.2.0",
"description": "A tiny (271 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
",
"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"
}
]
}