Files
revanced-bots/bots/discord/package.json
semantic-release-bot 51c0252b44 chore(release): 1.5.0 [skip ci]
# @revanced/discord-bot [1.5.0](https://github.com/revanced/revanced-bots/compare/@revanced/discord-bot@1.4.1...@revanced/discord-bot@1.5.0) (2025-09-13)

### Features

* **bots/discord:** add additional options for `respondToReply` ([399c201](399c201f8c))
2025-09-13 13:43:19 +00:00

46 lines
1.4 KiB
JSON

{
"name": "@revanced/discord-bot",
"type": "module",
"private": true,
"version": "1.5.0",
"description": "🤖 Discord bot assisting ReVanced",
"main": "src/index.ts",
"scripts": {
"start": "bun prepare && bun run src/index.ts",
"dev": "bun prepare && bun --watch src/index.ts",
"build": "bun prepare && bun run scripts/build.ts",
"watch": "bun dev",
"prepare": "bun run scripts/generate-indexes.ts && bunx --bun drizzle-kit generate --name=schema"
},
"repository": {
"type": "git",
"url": "git+https://github.com/revanced/revanced-bots.git",
"directory": "bots/discord"
},
"author": "Palm <contact@palmdevs.me> (https://palmdevs.me)",
"contributors": [
"Palm <contact@palmdevs.me> (https://palmdevs.me)",
"ReVanced <nosupport@revanced.app> (https://revanced.app)"
],
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/revanced/revanced-bots/issues"
},
"homepage": "https://github.com/revanced/revanced-bots#readme",
"dependencies": {
"@discordjs/builders": "^1.11.3",
"@discordjs/rest": "^2.6.0",
"@revanced/bot-api": "workspace:*",
"@revanced/bot-shared": "workspace:*",
"@sapphire/duration": "^1.2.0",
"chalk": "^5.6.2",
"decancer": "^3.3.3",
"discord.js": "^14.22.1",
"drizzle-orm": "^0.44.5"
},
"devDependencies": {
"@libsql/client": "^0.15.15",
"discord-api-types": "^0.38.24",
"drizzle-kit": "^0.31.4"
}
}