Files
mizan/frontends/mizan-base/package.json
2026-06-04 03:38:26 -04:00

12 lines
283 B
JSON

{
"name": "@mizan/base",
"version": "0.1.0",
"description": "Mizan client runtime — context registry, invalidation, fetch. Zero framework dependencies.",
"type": "module",
"main": "src/index.ts",
"exports": {
".": "./src/index.ts"
},
"license": "Elastic-2.0"
}