-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 848 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 848 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
{
"dependencies": {
"@discordjs/builders": "^0.6.0",
"@discordjs/rest": "^0.1.0-canary.0",
"discord-api-types": "^0.24.0",
"discord.js": "^13.2.0",
"hastebin": "^0.2.1"
},
"name": "ticket-bot",
"version": "1.0.0",
"description": "Advanced single guild discord js version 13 ticket bot.",
"main": "index.js",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/odd-coder/ticket-bot.git"
},
"author": "Odd Coder (github.com/odd-coder)",
"license": "Apache License 2.0",
"bugs": {
"url": "https://github.com/odd-coder/ticket-bot/issues"
},
"homepage": "https://github.com/odd-coder/ticket-bot#readme"
}