-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathpackage.json
39 lines (39 loc) · 909 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "bot-lofi",
"version": "2.0.2",
"description": "Discord bot for lo-fi music radio 24/7",
"main": "index.ts",
"scripts": {
"dev": "ts-node-dev --transpile-only index.ts",
"build": "tsc",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ballerini-Server/Codefi.git"
},
"keywords": [
"discord-bot",
"bot",
"discord",
"discordjs",
"lofi"
],
"author": "https://github.com/tauzxd/",
"license": "GPLv3",
"bugs": {
"url": "https://github.com/Ballerini-Server/Codefi/issues"
},
"homepage": "https://github.com/Ballerini-Server/Codefi#readme",
"dependencies": {
"@discordjs/voice": "^0.16.0",
"discord.js": "^14.9.0",
"dotenv": "^16.0.3",
"play-dl": "^1.9.6",
"tweetnacl": "^1.0.3"
},
"devDependencies": {
"ts-node-dev": "^2.0.0",
"typescript": "^5.0.4"
}
}