지금까지 내용 커밋
This commit is contained in:
32
bot/package.json
Normal file
32
bot/package.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "music_bot_v2",
|
||||
"version": "0.0.1",
|
||||
"description": "discord music bot with lavalink",
|
||||
"license": "ISC",
|
||||
"author": "tkrmagid",
|
||||
"type": "commonjs",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"start": "node .",
|
||||
"dev": "ts-node src/index.ts",
|
||||
"test": "ts-node src/test.ts"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/better-sqlite3": "^7.6.13",
|
||||
"@types/node": "^25.5.0",
|
||||
"@types/spotify-api": "^0.0.26",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^6.0.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^1.14.0",
|
||||
"better-sqlite3": "^12.8.0",
|
||||
"colors": "^1.4.0",
|
||||
"discord.js": "^14.25.1",
|
||||
"dotenv": "^17.3.1",
|
||||
"ioredis": "^5.10.1",
|
||||
"shoukaku": "^4.3.0",
|
||||
"undici": "^7.24.7"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user