forked from piyushchauhan/iitp-discord-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 770 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 770 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
25
26
27
28
{
"name": "iitp-discord-bot",
"version": "1.0.0",
"description": "A discord bot for IIT Patna community on any discord server.",
"main": "main.js",
"scripts": {
"test": "npm install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/piyushchauhan/iitp-discord-bot.git"
},
"author": "Piyush Chauhan(pi.codemonk@gmail.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/piyushchauhan/iitp-discord-bot/issues"
},
"homepage": "https://github.com/piyushchauhan/iitp-discord-bot#readme",
"dependencies": {
"canvas": "^2.6.1",
"colors": "^1.4.0",
"discord.js": "^12.2.0",
"fs": "0.0.1-security",
"google-auth-library": "^6.0.5",
"googleapis": "^55.0.0",
"nodemon": "^2.0.4"
}
}