27 lines
492 B
JSON
27 lines
492 B
JSON
{
|
|
"name": "@uncaged/workflow-protocol",
|
|
"version": "0.3.21",
|
|
"files": [
|
|
"dist",
|
|
"package.json"
|
|
],
|
|
"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"
|
|
}
|
|
}
|