9276689cb6
- Remove Gitea npm registry, use npmjs.org - changeset publish works natively with npmjs - release script: build + test + changeset publish - Remove custom release.sh, all via changesets
39 lines
800 B
JSON
39 lines
800 B
JSON
{
|
|
"name": "@uncaged/workflow-execute",
|
|
"version": "0.4.5",
|
|
"files": [
|
|
"src",
|
|
"dist",
|
|
"package.json"
|
|
],
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"bun": "./src/index.ts",
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"test": "bun test"
|
|
},
|
|
"dependencies": {
|
|
"@uncaged/workflow-protocol": "workspace:^",
|
|
"@uncaged/workflow-runtime": "workspace:^",
|
|
"@uncaged/workflow-util": "workspace:^",
|
|
"@uncaged/workflow-cas": "workspace:^",
|
|
"@uncaged/workflow-reactor": "workspace:^",
|
|
"@uncaged/workflow-register": "workspace:^",
|
|
"yaml": "^2.7.1"
|
|
},
|
|
"peerDependencies": {
|
|
"zod": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"zod": "^4.0.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|