-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 809 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 809 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
{
"name": "discord-active-developer",
"private": true,
"version": "0.0.0",
"description": "Discord just launched the new \"Active Developer\" badge and they're encouraging new developers to join the community and get it. If you're still learning and want the badge, follow the instructions below!",
"main": "app.js",
"repository": {
"type": "git",
"url": "git+https://github.com/hackermondev/discord-active-developer.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hackermondev/discord-active-developer/issues"
},
"homepage": "https://github.com/hackermondev/discord-active-developer#readme",
"dependencies": {
"discord.js": "^14.6.0",
"dotenv": "^16.0.3",
"node-fetch": "^2.6.7",
"readline": "^1.3.0"
}
}