This repository was archived by the owner on Apr 4, 2025. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.68 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.68 KB
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
53
54
55
56
57
58
59
60
61
62
63
{
"name": "hellion",
"version": "1.1.8",
"description": "A general purpose bot, created by DeerSoftware, to give your server more features, such as listening to music from YouTube and other media, playing minigames, saving system, among other features.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"hellion": "./dist/app.js"
},
"private": true,
"scripts": {
"start": "node dist/app.js",
"pretest": "tsc --build --clean && tsc --build",
"test": "node --trace-deprecation dist/app.js --verbose debug",
"prepack": "tsc --build",
"build": "tsc --build"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/deersoftware/hellion.git"
},
"keywords": [
"music",
"discord",
"economy",
"bot",
"games",
"minigames"
],
"author": {
"email": "contact@deersoftware.dev",
"name": "DeerSoftware",
"url": "https://www.deersoftware.dev/"
},
"license": "Unlicense",
"bugs": {
"url": "https://gitlab.com/deersoftware/hellion/-/issues",
"email": "hellion@deersoftware.dev"
},
"homepage": "https://gitlab.com/deersoftware/hellion#readme",
"dependencies": {
"@discordjs/builders": "^1.2.0",
"@discordjs/opus": "^0.9.0",
"@discordjs/rest": "^1.1.0",
"@discordjs/voice": "^0.15.0",
"@types/argparse": "^2.0.10",
"argparse": "^2.0.1",
"bufferutil": "^4.0.6",
"discord.js": "^13.14.0",
"erlpack": "github:discord/erlpack",
"ffmpeg-static": "^5.1.0",
"play-dl": "^1.9.5",
"sodium": "^3.0.2",
"utf-8-validate": "^5.0.9",
"zlib-sync": "^0.1.8"
},
"devDependencies": {
"typescript": "^4.9.5"
},
"engines": {
"node": ">=16"
}
}