-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 898 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 898 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
{
"name": "whois",
"version": "2.0.0",
"description": "Get any Discord user/bot informations by ID !",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "node index.js",
"setup": "cp .env.example .env && echo 'Please edit .env file with your Discord bot token'",
"validate-twa": "node scripts/validate-twa.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mrrobotdotapp/Whois.git"
},
"author": "Thomas Bnt",
"license": "ISC",
"bugs": {
"url": "https://github.com/mrrobotdotapp/Whois/issues"
},
"homepage": "https://github.com/mrrobotdotapp/Whois#readme",
"dependencies": {
"discord.js": "^13.6.0",
"dotenv": "^17.2.3",
"ejs": "^3.1.10",
"express": "5.0.0",
"moment": "^2.30.1",
"zod": "^3.24.1"
},
"packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}