061926b86a
- Auto-fix string concatenation → template literals - Remove unused imports - Prefix unused function with underscore - Format fixes across multiple files
27 lines
510 B
JSON
27 lines
510 B
JSON
{
|
|
"name": "@uncaged/workflow-template-develop",
|
|
"version": "0.3.16",
|
|
"files": [
|
|
"dist",
|
|
"package.json"
|
|
],
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./src/index.ts"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"test": "bun test"
|
|
},
|
|
"dependencies": {
|
|
"@uncaged/workflow-register": "workspace:*",
|
|
"@uncaged/workflow-runtime": "workspace:*",
|
|
"zod": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@uncaged/workflow-protocol": "workspace:*"
|
|
}
|
|
}
|