forked from Cache-Overflow/discord-carbon-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
23 lines (23 loc) · 1.17 KB
/
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
{
"name": "discord-carbon-bot",
"version": "1.0.0",
"description": "Useful bot for helping discord communities calculate and reduce their carbon foot print",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Cache-Overflow/discord-carbon-bot.git"
},
"author": "Eli Samuel, Andrew Zhang, David Lemme, David Roper\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D,\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C and \u001b[C\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D David Lemme, and David Roper",
"license": "ISC",
"bugs": {
"url": "https://github.com/Cache-Overflow/discord-carbon-bot/issues"
},
"homepage": "https://github.com/Cache-Overflow/discord-carbon-bot#readme",
"dependencies": {
"discord.js": "^12.2.0",
"node-fetch": "^2.6.0"
}
}