restructure
move to bun workspaces bump zod begin adding fluxer
This commit is contained in:
16
adapters/discord/package.json
Normal file
16
adapters/discord/package.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "@avocadi/bot-adapter-discord",
|
||||
"module": "index.ts",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"@types/bun": "latest"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5"
|
||||
},
|
||||
"dependencies": {
|
||||
"zod": "catalog:",
|
||||
"@avocadi/bot-core": "workspace:*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user