@uistate/core
Version:
Lightweight event-driven state management with path-based subscriptions, wildcards, and async support
43 lines (42 loc) • 957 B
JSON
{
"name": "@uistate/core",
"version": "5.6.2",
"description": "Lightweight event-driven state management with path-based subscriptions, wildcards, and async support",
"type": "module",
"main": "index.js",
"scripts": {
"postinstall": "node self-test.js",
"test": "node tests/core.test.js",
"self-test": "node self-test.js"
},
"exports": {
".": "./index.js",
"./eventState": "./eventState.js",
"./query": "./queryClient.js"
},
"files": [
"index.js",
"eventState.js",
"queryClient.js",
"self-test.js",
"LICENSE"
],
"keywords": [
"state-management",
"event-driven",
"reactive",
"zero-dependency",
"micro-framework",
"async-state",
"query-client",
"domless-testing",
"view-as-state",
"state-as-view"
],
"author": "Ajdin Imsirovic",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ImsirovicAjdin/uistate"
}
}