15 lines
335 B
JSON
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"
|
|
}
|