8e63f99eb6
小橘 🍊
23 lines
442 B
JSON
23 lines
442 B
JSON
{
|
|
"name": "@uncaged/workflow-protocol",
|
|
"version": "0.3.6",
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./src/index.ts"
|
|
},
|
|
"./moderator-table.js": {
|
|
"types": "./dist/moderator-table.d.ts",
|
|
"import": "./src/moderator-table.ts"
|
|
}
|
|
},
|
|
"peerDependencies": {
|
|
"zod": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"zod": "^4.0.0",
|
|
"typescript": "^5.8.3"
|
|
}
|
|
}
|