-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1004 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
36
37
38
39
40
{
"name": "discord-tickets-stats",
"private": true,
"description": "A simple API which provides basic statistics for Discord Tickets.",
"version": "4.0.0",
"main": "./src/index.js",
"type": "module",
"scripts": {
"start": "bun .",
"dev": "bun --watch .",
"lint": "eslint src/"
},
"dependencies": {
"flat": "^5.0.2",
"itty-router": "^5.0.18",
"itty-time": "^1.0.6",
"joi": "^17.13.3",
"keyv": "^5.2.3",
"leeks.js": "^0.3.0",
"leekslazylogger": "^6.0.0",
"md5": "^2.3.0",
"mongodb": "^6.12.0"
},
"devDependencies": {
"@eslint/js": "^9.18.0",
"@types/request-ip": "^0.0.41",
"eslint": "^9.18.0",
"globals": "^15.14.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/discord-tickets/stats.git"
},
"author": "eartharoid",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/discord-tickets/stats/issues"
},
"homepage": "https://github.com/discord-tickets/stats#readme"
}