Files
yaak-mountain-loop/crates/yaak-sse/package.json
T
baofeidyz 24e578db5f Add SSE response summary helpers (#466)
Co-authored-by: Gregory Schier <gschier1990@gmail.com>
2026-07-01 12:33:03 -07:00

13 lines
202 B
JSON

{
"name": "@yaakapp-internal/sse",
"version": "1.0.0",
"private": true,
"dependencies": {
"jsonpath-plus": "^10.3.0"
},
"main": "index.ts",
"scripts": {
"test": "vitest run"
}
}