-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 926 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 926 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "sentinel-tickets",
"private": true,
"version": "1.8.0",
"description": "A free and open source discord tickets bot that has no watermark and bloat.",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"engines": {
"node": ">=20"
},
"keywords": [
"node",
"javascript",
"discord",
"tickets"
],
"author": "ralphkb",
"license": "MIT",
"dependencies": {
"@discordjs/rest": "^2.6.1",
"better-sqlite3": "^12.10.0",
"discord-html-transcripts": "^3.2.0",
"discord.js": "^14.26.4",
"dotenv": "^17.4.2",
"moment-timezone": "^0.6.2",
"quick.db": "^9.1.7",
"yaml": "^2.9.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^10.0.1",
"eslint": "^10.4.0",
"eslint-config-prettier": "^10.1.8",
"globals": "^17.6.0",
"prettier": "^3.8.3"
},
"overrides": {
"undici": "^6.24.0"
}
}