Files
mizan/backends/mizan-ts/package.json
2026-06-04 03:38:26 -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"
}