{ "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": { "@types/react": "^19", "@types/react-dom": "^19", "bun-types": "latest", "react": "^19", "react-dom": "^19" }, "license": "Elastic-2.0" }