-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 802 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 802 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": "captcha.verification-bot",
"version": "0.0.1-alpha-1",
"description": "✅ I'm XCaptcha.bot, a Captcha Bot Packed many Features.",
"main": "index.js",
"dependencies": {
"colors": "1.4.0",
"discord.js": "^14.7.1",
"dotenv": "^16.0.3",
"node": "^19.4.0"
},
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Developers-Code/Captcha.verfication-Bot.git"
},
"keywords": [
"discord-bot",
"discord.js",
"captcha-bot",
"verification-discord-bot"
],
"author": "Shadow Gaming",
"license": "MIT",
"bugs": {
"url": "https://github.com/Developers-Code/Captcha.verfication-Bot/issues"
},
"homepage": "https://github.com/Developers-Code/Captcha.verfication-Bot#readme"
}