tpmjs/packages/tools/discord-post/package.json
Ajax Davis 5926373be6 chore: update ai package to 6.0.49 across all packages
- Updated all packages from ai@6.0.23 to ai@6.0.49
- Added pnpm override to ensure consistent version
- Created changeset for publishing affected packages
2026-01-25 11:33:03 +10:00

48 lines
1.1 KiB
JSON

{
"name": "@tpmjs/discord-post",
"version": "0.2.0",
"description": "AI SDK tool to post messages to a Discord channel",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"type-check": "tsc --noEmit"
},
"keywords": [
"tpmjs",
"discord",
"ai",
"communication"
],
"tpmjs": {
"category": "communication",
"frameworks": [
"vercel-ai"
],
"env": [
{
"name": "DISCORD_BOT_TOKEN",
"description": "Discord bot token with Send Messages permission",
"required": true
}
],
"tools": [
{
"name": "discordPostTool",
"description": "Post a message or rich embed to a Discord channel. Supports plain text messages and formatted embeds with titles, descriptions, colors, and fields."
}
]
},
"dependencies": {
"ai": "6.0.49"
},
"devDependencies": {
"@tpmjs/tsconfig": "workspace:*",
"typescript": "^5.9.3"
},
"publishConfig": {
"access": "public"
},
"license": "MIT"
}