-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.03 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.03 KB
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
{
"name": "letrefle-anonymous-ticket",
"version": "1.1.1",
"description": "A simple Discord ticket bot, but anonymous.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nininanou16/Letrefle-bot.git"
},
"author": "Nininanou16",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Nininanou16/Letrefle-bot/issues"
},
"homepage": "https://github.com/Nininanou16/Letrefle-bot#readme",
"dependencies": {
"@discordjs/builders": "^0.12.0",
"@discordjs/rest": "^0.3.0",
"async": "^3.2.3",
"axios": "^0.27.2",
"bcrypt": "^5.1.0",
"child_process": "^1.0.2",
"colors": "^1.4.0",
"crypto": "^1.0.1",
"discord-api-types": "^0.27.2",
"discord-html-transcripts": "^3.2.0",
"discord.js": "^14.8.0",
"forever": "^4.0.3",
"fs": "*",
"moment": "^2.29.1",
"ms": "^2.1.3",
"node-schedule": "^2.0.0",
"sequelize": "^6.9.0",
"sqlite3": "^5.0.2"
}
}