mirror of
https://github.com/gabrielkheisa/discord-active-developer-badge.git
synced 2024-11-22 11:32:00 +07:00
27 lines
859 B
JSON
27 lines
859 B
JSON
{
|
|
"name": "discord-active-developer",
|
|
"main": "inndex.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"
|
|
}
|
|
}
|