-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.21 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.21 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
{
"name": "hypr",
"private": true,
"version": "1.3.0",
"type": "module",
"description": "Hypr - The best selfbot + web UI made by Hydra_DevX",
"author": "Hydra_DevX",
"license": "MIT",
"keywords": [
"selfbot",
"hypr"
],
"scripts": {
"build": "pnpm -r run build",
"dev": "pnpm -r run dev",
"start": "node dist/bot.js",
"prestart": "pnpm run build",
"config": "node dist/bot/utils/config.js"
},
"workspaces": [
"packages/*"
],
"dependencies": {
"axios": "^1.12.0",
"chalk": "^5.4.1",
"child_process": "^1.0.2",
"cors": "^2.8.5",
"cross-fetch": "^4.1.0",
"discord.js-selfbot-v13": "^3.7.0",
"ejs": "^3.1.10",
"express": "^5.2.0",
"fs": "^0.0.1-security",
"inquirer": "^12.8.0",
"ms": "^2.1.3",
"node-fetch": "^3.3.2",
"os": "^0.1.2",
"path": "^0.12.7",
"socket.io": "^4.8.1",
"systeminformation": "^5.27.14"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.23.0",
"@typescript-eslint/parser": "^8.37.0",
"eslint": "^9.19.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.3",
"prettier": "^3.4.2",
"tsx": "^4.20.3",
"typescript": "^5.8.3"
}
}