Files
github-actions[bot] be2895f2f3 Version Packages (#4060)
2026-09-09 13:33:26 -07:00

50 lines
1.1 KiB
JSON

{
"name": "@workflow/nuxt",
"version": "4.0.24",
"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"
}
}