Files
yaak-mountain-loop/crates/yaak-sse/package.json
T
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"
}
}