mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
14 lines
463 B
JSON
14 lines
463 B
JSON
|
|
{
|
||
|
|
"name": "dograh-ts-validator",
|
||
|
|
"private": true,
|
||
|
|
"version": "0.0.0",
|
||
|
|
"type": "module",
|
||
|
|
"description": "Node helper invoked by the Python MCP server. Converts workflow JSON to SDK TypeScript code (generate) and parses LLM-authored TS back into a validated workflow JSON (parse). Runs as a short-lived subprocess over stdin/stdout.",
|
||
|
|
"dependencies": {
|
||
|
|
"typescript": "^5.6.0"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">=22.6"
|
||
|
|
}
|
||
|
|
}
|