-
Notifications
You must be signed in to change notification settings - Fork 123
/
package.json
26 lines (26 loc) · 858 Bytes
/
package.json
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
{
"name": "discord-active-developer",
"main": "index.js",
"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": {
"chalk": "^3.0.0",
"console-png": "^1.2.1",
"discord.js": "^14.6.0",
"node-fetch": "^2.6.7",
"readline": "^1.3.0"
}
}