@durable-streams/tanstack-ai-transport
Version:
TanStack AI adapters for Durable Streams
65 lines • 1.42 kB
JSON
{
"name": "@durable-streams/tanstack-ai-transport",
"version": "0.0.4",
"description": "TanStack AI adapters for Durable Streams",
"author": "Durable Stream contributors",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/durable-streams/durable-streams.git",
"directory": "packages/tanstack-ai-transport"
},
"bugs": {
"url": "https://github.com/durable-streams/durable-streams/issues"
},
"keywords": [
"durable-streams",
"tanstack",
"ai",
"streaming",
"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": {
"@durable-streams/client": "0.2.3"
},
"devDependencies": {
"@tanstack/intent": "latest",
"tsdown": "^0.9.0"
},
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"build": "tsdown",
"dev": "tsdown --watch",
"typecheck": "tsc --noEmit"
}
}