-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
35 lines (35 loc) · 849 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
34
35
{
"name": "ticket-bot",
"version": "1.0.0",
"description": "Open source ticket bot using discord.js v13.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon index.js",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Simpleboy353/Tickets-Bot.git"
},
"keywords": [
"discord",
"ticket bot"
],
"author": "Coltz",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Simpleboy353/Tickets-Bot/issues"
},
"homepage": "https://github.com/Simpleboy353/Tickets-Bot#readme",
"dependencies": {
"ascii-table": "^0.0.9",
"discord-fetch-all": "^3.0.2",
"discord.js": "^13.3.0",
"fs": "^0.0.1-security",
"mongoose": "^5.10.5"
},
"devDependencies": {
"eslint": "^7.9.0"
}
}