{
  "name": "@flink-app/streaming-plugin",
  "version": "0.14.3",
  "description": "Streaming response support for Flink Framework (SSE and NDJSON)",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "keywords": [
    "flink",
    "streaming",
    "sse",
    "server-sent-events",
    "ndjson",
    "llm",
    "chat"
  ],
  "author": "Frost",
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT",
  "peerDependencies": {
    "@flink-app/flink": "0.14.3"
  },
  "devDependencies": {
    "@types/jasmine": "^3.7.1",
    "@types/node": "^20.10.0",
    "ts-node": "^10.0.0",
    "@flink-app/flink": "0.14.3"
  },
  "gitHead": "4243e3b3cd6d4e1ca001a61baa8436bf2bbe4113",
  "scripts": {
    "build": "tsc",
    "watch": "tsc --watch",
    "test": "jasmine-ts --config=./spec/support/jasmine.json",
    "clean": "rimraf dist .flink"
  }
}