-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
33 lines (33 loc) · 1.11 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
24
25
26
27
28
29
30
31
32
33
{
"name": "image-bot",
"version": "1.0.0",
"description": "## Team Members SSW 345 - Team 2 - Serena Lee - [serenadia](https://github.com/serenadia) - Mya Phu - [mxfu](https://github.com/mxfu) - Tyler Seliber - [Tyler-Seliber](https://github.com/Tyler-Seliber) - Mehrab Syed - [msyed5](https://github.com/msyed5)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"commands": "node deploy-commands.js dev",
"dev": "npm run commands && npm run start",
"nodemon": "npm run commands && nodemon index.js",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mod-Sim/Image-Bot.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Mod-Sim/Image-Bot/issues"
},
"homepage": "https://github.com/Mod-Sim/Image-Bot#readme",
"dependencies": {
"@discordjs/builders": "^0.12.0",
"@discordjs/rest": "^0.3.0",
"discord-api-types": "^0.29.0",
"discord.js": "^13.6.0",
"dotenv": "^16.0.0",
"googleapis": "^100.0.0",
"keyv": "^4.2.2",
"request": "^2.88.2"
}
}