{ "name": "@commonfabric/runtime-client", "tasks": { "test": "deno test --allow-env --allow-read --allow-ffi *.test.ts backends/*.test.ts client/*.test.ts", "integration": "LOG_LEVEL=warn deno test -A $INTEGRATION_TEST_FLAGS ./integration/*.test.ts" }, "exports": { ".": "./mod.ts", "./transports/web-worker": "./client/transports/web-worker/transport-web-worker.ts" } }