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
25 lines
454 B
JSON
25 lines
454 B
JSON
{
|
|
"name": "@uncaged/workflow-gateway",
|
|
"version": "0.4.2",
|
|
"files": [
|
|
"dist",
|
|
"package.json"
|
|
],
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./ws-protocol": "./src/ws-protocol.ts"
|
|
},
|
|
"scripts": {
|
|
"dev": "wrangler dev",
|
|
"deploy": "wrangler deploy"
|
|
},
|
|
"dependencies": {
|
|
"hono": "^4.7.11"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/workers-types": "^4.20260425.1",
|
|
"wrangler": "^4.20.0"
|
|
}
|
|
}
|