-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 755 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 755 Bytes
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
{
"name": "hex-project",
"version": "1.0.0",
"description": "closed-project",
"keywords": [
"selfbots",
"javascript",
"discord.js-selfbot-v13"
],
"homepage": "https://github.com/Senju-sh/HEX-Project#readme",
"bugs": {
"url": "https://github.com/Senju-sh/HEX-Project/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Senju-sh/HEX-Project.git"
},
"license": "ISC",
"author": "senju-sh",
"main": "index.js",
"scripts": {
"test": "node index.js"
},
"dependencies": {
"archiver": "^7.0.1",
"canvas": "^3.0.0",
"discord-backup": "3.2.1",
"discord.js": "^14.19.2",
"discord.js-selfbot-v13": "^3.4.6",
"node-cron": "^3.0.3",
"speakeasy": "^2.0.0"
}
}