forked from BotStudios/bard-discord-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 882 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
27
28
29
30
31
{
"name": "bard-discord-bot",
"version": "1.0.0",
"description": "A discord.js bot with **Google's Bard** integrated",
"main": "/src/index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/index.js",
"register": "npm install discord-api-types && npm install @discordjs/rest && node src/registerCommand.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BotStudios/bard-discord-bot.git"
},
"keywords": [
"bard",
"google",
"discord"
],
"author": "Chee Yong Lee <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/BotStudios/bard-discord-bot/issues"
},
"homepage": "https://github.com/BotStudios/bard-discord-bot#readme",
"dependencies": {
"discord.js": "^13.15.1",
"googlebard": "^1.0.4"
}
}