-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
41 lines (41 loc) · 1.09 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
34
35
36
37
38
39
40
41
{
"name": "ticker-boy",
"main": "index.js",
"author": "Mr.SIN RE#1528 | Persian Caesar",
"version": "1.3.1",
"description": "this is wonderful ticket bot with perfect handlering and had perfect tools.",
"license": "BSD",
"repository": {
"type": "git",
"url": "git+https://github.com/Persian-Caesar/Ticker-Boy.git"
},
"bugs": {
"server": "https://dsc.gg/persian-caesar",
"url": "https://github.com/Persian-Caesar/Ticker-Boy/issues"
},
"homepage": "https://github.com/Persian-Caesar/Ticker-Boy#readme",
"keywords": [
"advanced bot",
"ticket bot",
"advanced ticket bot",
"advanced ticket system",
"buttons ticket system",
"ticker boy",
"persian caesar"
],
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"write-file-atomic": "^5.0.1",
"cli-color": "^2.0.2",
"discord-html-transcripts": "^3.1.3",
"discord.js": "^14.7.1",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"fs": "^0.0.1-security",
"moment": "^2.29.4",
"quick.db": "^9.0.8"
}
}