mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-11 13:56:15 +00:00
36 lines
1.0 KiB
JSON
36 lines
1.0 KiB
JSON
{
|
|
"name": "@revanced/discord-bot",
|
|
"type": "module",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"description": "🤖 Discord bot assisting ReVanced",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"register": "bun run scripts/reload-slash-commands.ts",
|
|
"dev": "bun --watch src/index.ts",
|
|
"build": "tsc",
|
|
"watch": "bun dev"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/revanced/revanced-helper.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-helper/issues"
|
|
},
|
|
"homepage": "https://github.com/revanced/revanced-helper#readme",
|
|
"dependencies": {
|
|
"@revanced/bot-api": "workspace:*",
|
|
"@revanced/bot-shared": "workspace:*",
|
|
"chalk": "^5.3.0",
|
|
"discord.js": "^14.15.3"
|
|
}
|
|
}
|