Files
mizan/backends/mizan-ts/package.json
Ryth Azhur ae684a36cb Restore approved state (tree of 4effcc7 "Added LICENSE")
Roll the working tree back to the last approved shape, before the post-LICENSE span that false-greened the AFI parity matrix with symbol-presence probes and smuggled an unauthorized SQLAlchemy dependency into FastAPI's Shapes binding.

Forward commit, not a history rewrite — the six commits since 4effcc7 stay in the log as the record of what happened.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-04 14:59:53 -04:00

15 lines
335 B
JSON

{
"name": "@mizan/ts",
"version": "0.1.0",
"description": "Mizan TypeScript backend adapter — server functions, context bundling, invalidation protocol.",
"type": "module",
"main": "src/index.ts",
"scripts": {
"test": "bun test"
},
"devDependencies": {
"bun-types": "latest"
},
"license": "Elastic-2.0"
}