31 lines
595 B
JSON
31 lines
595 B
JSON
{
|
|
"name": "fireflydiscordbot",
|
|
"version": "1.0.0",
|
|
"description": "con bot cua tao",
|
|
"keywords": [
|
|
"DiscordJS"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@100.124.183.21:/srv/git/discordbot.git"
|
|
},
|
|
"license": "ISC",
|
|
"author": "AsakiYuki",
|
|
"type": "commonjs",
|
|
"main": "src/app.ts",
|
|
"scripts": {
|
|
"dev": "bun --watch src/app.ts",
|
|
"start": "bun src/app.ts"
|
|
},
|
|
"dependencies": {
|
|
"@discordjs/voice": "^0.19.0",
|
|
"discord.js": "^14.23.2",
|
|
"dotenv": "^17.2.3",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.7.2",
|
|
"@types/pngjs": "^6.0.5"
|
|
}
|
|
}
|