{ "name": "@ng-eventually/client", "version": "0.0.0", "type": "module", "description": "SDK-identical client wrapper over @ng-org/web + @ng-org/orm with emulated capabilities and inbox. Drop-in; remove at migration.", "main": "./src/index.ts", "types": "./src/index.ts", "exports": { ".": "./src/index.ts", "./polyfill": "./src/polyfill.ts" }, "peerDependencies": { "@ng-org/web": "*", "@ng-org/orm": "*" }, "peerDependenciesMeta": { "@ng-org/web": { "optional": true }, "@ng-org/orm": { "optional": true } }, "scripts": { "test": "bun test" } }