-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1000 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 1000 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "fin",
"version": "0.0.1",
"description": "Sharkie-Sharkie >.<",
"main": "src/bot.js",
"scripts": {
"start": "node src/bot.js",
"dev": "nodemon src/bot.js",
"del": "node src/deleteChannel.js",
"slash": "node src/slashCmds.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AzTechs-Team/fin.git"
},
"keywords": [
"discord-bot",
"sharks",
"discord.js"
],
"type": "module",
"author": "AzTechs",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/AzTechs-Team/fin/issues"
},
"homepage": "https://github.com/AzTechs-Team/fin#readme",
"dependencies": {
"@discordjs/rest": "^0.1.0-canary.0",
"discord-api-types": "^0.22.0",
"discord-buttons": "^4.0.0",
"discord.js": "^13.1.0",
"discordjs-button-pagination": "^1.0.7",
"dotenv": "^10.0.0",
"fs": "0.0.1-security",
"giphy-api": "^2.0.2",
"pg": "^8.7.1"
},
"devDependencies": {
"nodemon": "^2.0.12"
}
}