mirror of
https://github.com/vercel/workflow.git
synced 2026-09-14 19:59:43 +08:00
fe8b27d183
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"name": "@workflow/sveltekit",
|
|
"version": "5.0.0-beta.51",
|
|
"description": "SvelteKit integration for Workflow SDK",
|
|
"type": "module",
|
|
"main": "dist/index.js",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/vercel/workflow.git",
|
|
"directory": "packages/sveltekit"
|
|
},
|
|
"exports": {
|
|
".": "./dist/index.js"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"dev": "tsc --watch",
|
|
"test": "vitest run src",
|
|
"clean": "tsc --build --clean && rm -rf dist"
|
|
},
|
|
"dependencies": {
|
|
"@sveltejs/load-config": "^0.2.3",
|
|
"@swc/core": "catalog:",
|
|
"@workflow/builders": "workspace:*",
|
|
"@workflow/rollup": "workspace:*",
|
|
"@workflow/swc-plugin": "workspace:*",
|
|
"@workflow/vite": "workspace:*",
|
|
"exsolve": "^1.0.8",
|
|
"fs-extra": "^11.3.2",
|
|
"pathe": "^2.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/fs-extra": "11.0.4",
|
|
"@types/node": "catalog:",
|
|
"@workflow/tsconfig": "workspace:*",
|
|
"typescript": "catalog:",
|
|
"vite": "7.3.6",
|
|
"vitest": "catalog:"
|
|
}
|
|
}
|