Files
DiscordBOT/package.json
2025-10-20 23:56:33 +07:00

33 lines
680 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",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@discordjs/voice": "^0.19.0",
"discord.js": "^14.23.2",
"jsonc-parser": "^3.3.1",
"typescript": "^5.9.3"
},
"devDependencies": {
"@types/node": "^24.7.2",
"@types/pngjs": "^6.0.5",
"dotenv": "^17.2.3"
}
}