Files
vercel__workflow/packages/astro/package.json
2026-09-09 12:40:45 -07:00

43 lines
971 B
JSON

{
"name": "@workflow/astro",
"version": "5.0.0-beta.50",
"description": "Astro 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/astro"
},
"exports": {
".": "./dist/index.js"
},
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"clean": "tsc --build --clean && rm -rf dist"
},
"dependencies": {
"@swc/core": "1.15.3",
"@workflow/builders": "workspace:*",
"@workflow/rollup": "workspace:*",
"@workflow/swc-plugin": "workspace:*",
"@workflow/vite": "workspace:*",
"exsolve": "^1.0.8",
"pathe": "^2.0.3"
},
"devDependencies": {
"@types/node": "catalog:",
"@workflow/tsconfig": "workspace:*",
"astro": "7.0.6",
"typescript": "catalog:"
}
}