-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (47 loc) · 1.1 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
{
"name": "sapphirenuker",
"version": "1.8.5",
"description": "A customizable nuker for Discord servers written in JavaScript.",
"main": "main",
"scripts": {
"test": "console.log('Hello World! This is a test command.')",
"start": "node main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mattlytical/sapphirenuker.git"
},
"keywords": [
"sapphire",
"sapphirenuker",
"discord",
"nuker",
"sapphired",
"mattlytical",
"discord nuker",
"javascript",
"js",
"nodejs"
],
"author": "Mattlytical",
"license": "ISC",
"bugs": {
"url": "https://github.com/Mattlytical/sapphirenuker/issues"
},
"homepage": "https://github.com/Mattlytical/sapphirenuker#readme",
"engines": {
"node": "14.x",
"npm": "6.x"
},
"dependencies": {
"child_process": "^1.0.2",
"colors": "^1.4.0",
"discord.js": "^12.5.3",
"discord.js-selfbot": "^12.0.2",
"figlet": "^1.5.0",
"json": "^11.0.0",
"os-utils": "0.0.14",
"random": "^3.0.6",
"sleep": "^6.3.0"
}
}