77e395b913
小橘 🍊
36 lines
674 B
JSON
36 lines
674 B
JSON
{
|
|
"name": "@uncaged/workflow-register",
|
|
"version": "0.5.0-alpha.1",
|
|
"files": [
|
|
"src",
|
|
"dist",
|
|
"package.json"
|
|
],
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"bun": "./src/index.ts",
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@uncaged/workflow-protocol": "workspace:^",
|
|
"@uncaged/workflow-util": "workspace:^"
|
|
},
|
|
"peerDependencies": {
|
|
"acorn": "^8.0.0",
|
|
"yaml": "^2.0.0",
|
|
"zod": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"acorn": "^8.14.1",
|
|
"yaml": "^2.7.1",
|
|
"zod": "^4.0.0",
|
|
"typescript": "^5.8.3"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|