Plugins: move clawdbot to devDependencies + add zod
parent
f7dc27f2d0
commit
89283aa788
|
|
@ -25,9 +25,12 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@matrix-org/matrix-sdk-crypto-nodejs": "^0.4.0",
|
"@matrix-org/matrix-sdk-crypto-nodejs": "^0.4.0",
|
||||||
"clawdbot": "workspace:*",
|
|
||||||
"markdown-it": "14.1.0",
|
"markdown-it": "14.1.0",
|
||||||
"matrix-bot-sdk": "0.8.0",
|
"matrix-bot-sdk": "0.8.0",
|
||||||
"music-metadata": "^11.10.6"
|
"music-metadata": "^11.10.6",
|
||||||
|
"zod": "^4.3.5"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"clawdbot": "workspace:*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue