mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-07-02 02:51:40 +02:00
24e578db5f
Co-authored-by: Gregory Schier <gschier1990@gmail.com>
13 lines
202 B
JSON
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"
|
|
}
|
|
}
|