-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
33 lines (33 loc) · 917 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
32
33
{
"name": "sheriff",
"version": "1.0.0",
"description": "Sheriff is the official Discord bot for the International Junior Honor Society, and maintained by the whole IJHS community",
"scripts": {
"start": "node deploy-commands.js && node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Cytronicode/sheriff.git"
},
"author": "cytronicode",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/Cytronicode/sheriff/issues"
},
"homepage": "https://github.com/Cytronicode/sheriff#readme",
"dependencies": {
"@discordjs/builders": "^0.13.0",
"@discordjs/rest": "^0.4.1",
"axios": "^0.27.2",
"discord-api-types": "^0.37.24",
"discord.js": "^13.6.0",
"node": "^17.7.2"
},
"devDependencies": {
"dotenv": "^16.0.1",
"eslint": "^8.30.0",
"express": "^4.18.1"
},
"main": "index.js",
"keywords": []
}