Files
vercel__workflow/workbench/python/package.json
Fantix King 09b299a03e [e2e] Add Python e2e Test (#3369)
Turns `packages/core/e2e/e2e.test.ts` into a cross-language conformance
suite and adds `workbench/python` as its first non-JavaScript subject.

---------

Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
2026-08-14 16:56:05 -04:00

13 lines
247 B
JSON

{
"name": "@workflow/example-python",
"private": true,
"version": "0.0.0",
"license": "Apache-2.0",
"scripts": {
"dev": "uv run --no-config uvicorn app:app --port 3000"
},
"devDependencies": {
"workflow": "workspace:*"
}
}