UNPKG

@durable-streams/client

Version:

TypeScript client for the Durable Streams protocol

67 lines 1.49 kB
{ "name": "@durable-streams/client", "description": "TypeScript client for the Durable Streams protocol", "version": "0.2.3", "author": "Durable Stream contributors", "license": "Apache-2.0", "repository": { "type": "git", "url": "git+https://github.com/durable-streams/durable-streams.git", "directory": "packages/client" }, "bugs": { "url": "https://github.com/durable-streams/durable-streams/issues" }, "keywords": [ "durable-streams", "streaming", "client", "typescript" ], "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" } }, "./package.json": "./package.json" }, "sideEffects": false, "bin": { "intent": "./bin/intent.js" }, "files": [ "dist", "src", "skills", "bin", "!skills/_artifacts" ], "dependencies": { "@microsoft/fetch-event-source": "^2.0.1", "fastq": "^1.19.1" }, "devDependencies": { "@tanstack/intent": "latest", "fast-check": "^4.4.0", "tsdown": "^0.9.0", "@durable-streams/server": "0.2.3" }, "engines": { "node": ">=18.0.0" }, "scripts": { "build": "tsdown", "dev": "tsdown --watch", "typecheck": "tsc --noEmit" } }