lightview
Version:
A reactive UI library with features of Bau, Juris, and HTMX plus safe LLM UI generation
24 lines • 633 B
JSON
{
"name": "jprx",
"version": "1.4.0",
"description": "JSON Path Reactive eXpressions - A reactive expression language for JSON data",
"main": "index.js",
"type": "module",
"keywords": [
"json",
"reactive",
"expressions",
"path",
"json-pointer",
"state-management"
],
"author": "Simon Y. Blackwell, AnyWhichWay LLC",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/anywhichway/lightview",
"directory": "jprx"
},
"peerDependencies": {},
"devDependencies": {}
}