1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"name": "astralmod",
"version": "1.0.0",
"description": "Discord Moderation Bot for AstralPhaser Central, ShiftOS, theShell and other servers",
"main": "bot.js",
"scripts": {
"start": "node bot.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vicr123/AstralMod.git"
},
"author": "vicr123",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/vicr123/AstralMod/issues"
},
"dependencies": {
"discord.js": "^11.1.0",
"fs": "0.0.1-security",
"opusscript": "0.0.3"
}
}
|