-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
52 lines (52 loc) · 1.23 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "alpha",
"version": "1.0.0",
"description": "this is a advanced discord multipurpose bot made by blacky",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brblacky/alpha+git"
},
"keywords": [
"lavalink",
"music",
"bot",
"multipurpose",
"discord-music",
"discord",
"musicbot",
"music-bot",
"music-bot-discord",
"discord.js-v14"
],
"bugs": "https://github.com/brblacky/alpha/issues",
"homepage": "https://github.com/brblacky/alpha/#readme",
"author": "blacky",
"license": "ISC",
"dependencies": {
"@napi-rs/canvas": "^0.1.29",
"discord-hybrid-sharding": "^1.7.4",
"discord.js": "^14.5.0",
"module-alias": "^2.2.2",
"moment": "^2.29.4",
"moment-duration-format": "^2.3.2",
"mongoose": "^6.6.4",
"shoukaku": "^3.2.0",
"signale": "^1.4.0"
},
"_moduleAliases": {
"@root": ".",
"@src": "src/",
"@structures": "src/structures/",
"@handlers": "src/handlers/",
"@schemas": "src/schemas/",
"@utils": "src/utils/"
},
"devDependencies": {
"eslint": "^8.1.0"
}
}