mirror of
https://github.com/vercel/workflow.git
synced 2026-09-14 19:59:43 +08:00
d3d240c003
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
50 lines
1.1 KiB
JSON
50 lines
1.1 KiB
JSON
{
|
|
"name": "@workflow/nuxt",
|
|
"version": "5.0.0-beta.46",
|
|
"description": "Nuxt integration for Workflow SDK",
|
|
"license": "Apache-2.0",
|
|
"type": "module",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/vercel/workflow.git",
|
|
"directory": "packages/nuxt"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/types.d.mts",
|
|
"import": "./dist/module.mjs"
|
|
}
|
|
},
|
|
"main": "./dist/module.mjs",
|
|
"typesVersions": {
|
|
"*": {
|
|
".": [
|
|
"./dist/types.d.mts"
|
|
]
|
|
}
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "nuxt-module-build prepare && nuxt-module-build build",
|
|
"dev": "nuxt-module-build build --stub && nuxt-module-build prepare",
|
|
"clean": "nuxi cleanup && rm -rf dist/"
|
|
},
|
|
"dependencies": {
|
|
"@nuxt/kit": "4.4.8",
|
|
"@workflow/nitro": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxt/module-builder": "1.0.2",
|
|
"@nuxt/schema": "4.4.8",
|
|
"@types/node": "catalog:",
|
|
"@workflow/tsconfig": "workspace:*",
|
|
"nuxt": "4.4.8",
|
|
"vite": "7.3.6"
|
|
}
|
|
}
|