This repository was archived by the owner on Dec 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2 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
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "codeproject",
"version": "1.0.0",
"description": "selfbot",
"main": "index.js",
"scripts": {
"start": "electron .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Unknown User",
"license": "ISC",
"dependencies": {
"address": "^1.2.2",
"akaneko": "^5.2.5",
"axios": "^1.2.1",
"base-64": "^1.0.0",
"base85": "^3.1.0",
"calc": "^0.0.2",
"canvacord": "^5.4.8",
"chalk": "^3.0.0",
"child_process": "^1.0.2",
"colors": "^1.4.0",
"crypto": "^1.0.1",
"discord-bettermarkdown": "^2.1.1",
"discord-friends": "^2.0.0",
"discord-image-generation": "^1.4.15",
"discord-nsfw": "^1.3.0",
"discord-rpc": "^4.0.1",
"discord.js": "^14.7.1",
"discord.js-selfbot-v13": "^2.13.3",
"discordrpcgenerator": "^1.2.0",
"electron": "^16.2.8",
"email-validator": "^2.0.4",
"exchange-rates-api": "^1.1.0",
"fast-speedtest-api": "^0.3.2",
"fs": "^0.0.1-security",
"gradient-color": "^2.0.1",
"gradient-string": "^2.0.2",
"hwid": "^0.4.1",
"ip": "^2.0.0",
"javascript-color-gradient": "^2.4.4",
"minecraft-achievement": "^0.0.1",
"moment": "^2.29.4",
"morse": "^0.1.0",
"ms": "^2.1.3",
"nekos.life": "^3.0.0",
"node-fetch": "^2.6.7",
"node-notifier": "^10.0.1",
"node-rsa": "^1.1.1",
"node-wmi": "^0.0.5",
"os": "^0.1.2",
"portscanner": "^2.2.0",
"prism-media": "^1.3.4",
"puppy": "^0.0.1",
"quotes-gen": "^1.0.4",
"random": "^4.1.0",
"random-puppy": "^1.1.0",
"readline-sync": "^1.4.10",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"sharp": "^0.31.3",
"sync-color": "^0.0.1-security",
"systeminformation": "^5.16.5",
"util": "^0.12.5",
"v11-discord.js": "^11.5.8",
"whois": "^2.14.0",
"whoiser": "^1.16.0",
"wmi-client": "^0.5.0",
"ytdl-core": "^4.11.2"
},
"devDependencies": {
"@electron-forge/cli": "^6.0.5",
"electron-builder": "^24.4.0",
"nw": "^0.77.0"
}
}