discord-active-developer-badge/package.json

27 lines
858 B
JSON
Raw Permalink Normal View History

2022-11-11 04:39:20 +07:00
{
"name": "discord-active-developer",
2023-11-03 23:44:53 +07:00
"main": "index.js",
2022-11-11 04:39:20 +07:00
"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": {
2023-02-26 06:40:43 +07:00
"chalk": "^3.0.0",
"console-png": "^1.2.1",
2022-11-11 04:39:20 +07:00
"discord.js": "^14.6.0",
2022-11-11 07:44:23 +07:00
"node-fetch": "^2.6.7",
2022-11-11 04:39:20 +07:00
"readline": "^1.3.0"
}
}