1cf963a1fb
- workspace:* → workspace:^ (resolves to ^x.y.z instead of exact) - Remove publish.sh, use changesets workflow - changeset config: access public (Gitea compat) - release script: build + test + changeset publish
29 lines
565 B
JSON
29 lines
565 B
JSON
{
|
|
"name": "@uncaged/workflow-protocol",
|
|
"version": "0.4.2",
|
|
"files": [
|
|
"dist",
|
|
"package.json"
|
|
],
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"bun": "./src/index.ts",
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js"
|
|
},
|
|
"./moderator-table.js": {
|
|
"bun": "./src/moderator-table.ts",
|
|
"types": "./dist/moderator-table.d.ts",
|
|
"import": "./dist/moderator-table.js"
|
|
}
|
|
},
|
|
"peerDependencies": {
|
|
"zod": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"zod": "^4.0.0",
|
|
"typescript": "^5.8.3"
|
|
}
|
|
}
|