-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 724 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 724 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": "discord-quest-selfbot",
"version": "1.0.0",
"description": "Quest Bot Auto Claim",
"main": "index.js",
"scripts": {
"start": "tsx --env-file=.env bot.ts",
"dev": "tsx bot.ts"
},
"keywords": [],
"author": "User",
"license": "ISC",
"type": "commonjs",
"engines": {
"node": ">=18"
},
"devDependencies": {
"@types/figlet": "^1.5.8",
"@types/node": "^20.10.0",
"tsx": "^4.7.0",
"typescript": "^5.3.3"
},
"dependencies": {
"@discordjs/core": "^1.1.1",
"@discordjs/rest": "^2.2.0",
"@discordjs/ws": "^1.0.2",
"discord-api-types": "^0.37.61",
"undici": "^6.0.0",
"chalk": "^4.1.2",
"figlet": "^1.7.0",
"cli-table3": "^0.6.3"
}
}