UNPKG

stream-hooks

Version:

<div align="center"> <a aria-label="NPM version" href="https://twitter.com/dimitrikennedy"> <img alt="stream-hooks" src="https://img.shields.io/twitter/follow/dimitrikennedy?style=social&labelColor=000000"> </a> <a aria-label="GH Issues" href="h

60 lines (59 loc) 1.49 kB
{ "name": "stream-hooks", "version": "3.0.0", "author": "Dimitri Kennedy <dimitri@sick.email> (https://hack.dance)", "homepage": "https://island.hack.dance", "repository": { "directory": "public-packages/hooks", "type": "git", "url": "https://github.com/hack-dance/island-ai.git" }, "publishConfig": { "access": "public" }, "keywords": [ "llm", "structured output", "streaming", "react", "zod" ], "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist/**" ], "sideEffects": false, "license": "MIT", "scripts": { "build": "tsup", "dev": "tsup --watch", "lint": "eslint src/", "type-check": "tsc --noEmit", "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist" }, "devDependencies": { "zod-stream": "workspace:*", "@repo/eslint-config": "workspace:*", "@repo/tailwind-config": "workspace:*", "@repo/typescript-config": "workspace:*", "@turbo/gen": "^1.11.3", "@types/node": "^20.10.6", "@types/eslint": "^8.56.1", "@types/react": "^18.3.2", "@types/react-dom": "^18.3.0", "eslint": "^8.53.0", "ramda": "^0.29.0", "react": "19.0.0-rc-66855b96-20241106", "react-dom": "19.0.0-rc-66855b96-20241106", "typescript": "^5.3.3", "tsup": "^8.0.1" }, "peerDependencies": { "zod-stream": "^3.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", "zod": "^3.23.3" } }