Files
vercel__workflow/workbench/fastify/package.json
github-actions[bot] 89983d9ea7 Backport #2814: Bump e2e framework versions (#2819)
* Bump e2e framework versions (#2814)

* Fix SvelteKit config loading

* Bump e2e framework versions

Signed-off-by: Nathan Colosimo <110621881+NathanColosimo@users.noreply.github.com>

* Fix SvelteKit config loading

* Fix stable SvelteKit Undici resolution

---------

Signed-off-by: Nathan Colosimo <110621881+NathanColosimo@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nathan Colosimo <110621881+NathanColosimo@users.noreply.github.com>
2026-07-14 14:07:16 -07:00

34 lines
933 B
JSON

{
"name": "@workflow/example-fastify",
"version": "0.0.0",
"private": true,
"description": "",
"type": "module",
"main": "index.js",
"scripts": {
"generate:workflows": "node ../scripts/generate-workflows-registry.js",
"predev": "pnpm generate:workflows",
"copy:index": "mkdir -p public && cp index.html public/index.html",
"prebuild": "pnpm generate:workflows && pnpm copy:index",
"postbuild": "rm -f public/index.html",
"build": "nitro build",
"dev": "nitro dev",
"start": "node .output/server/index.mjs"
},
"dependencies": {
"fastify": "^5.10.0",
"nitro": "catalog:"
},
"devDependencies": {
"@types/node": "catalog:",
"@workflow/world-postgres": "workspace:*",
"ai": "catalog:",
"lodash.chunk": "^4.2.0",
"openai": "^6.6.0",
"typescript": "catalog:",
"workflow": "workspace:*",
"@workflow/ai": "workspace:*",
"zod": "catalog:"
}
}