-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
51 lines (51 loc) · 1.25 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
42
43
44
45
46
47
48
49
50
51
{
"name": "christmas-countdown-bot",
"version": "4.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"start": "npx prisma generate && node .",
"postinstall": "npx prisma generate"
},
"repository": {
"type": "git",
"url": "git+https://github.com/christmas-countdown/bot.git"
},
"author": "eartharoid",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/christmas-countdown/bot/issues"
},
"homepage": "https://github.com/christmas-countdown/bot#readme",
"dependencies": {
"@eartharoid/christmas": "^2.0.0",
"@eartharoid/dtf": "^2.0.1",
"@eartharoid/i18n": "^1.2.1",
"@prisma/client": "^4.6.1",
"ascii-table": "^0.0.9",
"blapi": "^2.2.4",
"discord.js": "^13.14.0",
"dotenv": "^10.0.0",
"fastify": "^3.29.4",
"leeks.js": "^0.2.4",
"leekslazylogger": "^4.1.7",
"ms": "^2.1.3",
"node-fetch": "^2.6.7",
"spacetime": "^6.16.3",
"statcord.js": "^3.4.3",
"timezone-soft": "^1.4.1"
},
"optionalDependencies": {
"bufferutil": "^4.0.7",
"erlpack": "github:discord/erlpack",
"utf-8-validate": "^5.0.10",
"zlib-sync": "^0.1.7"
},
"devDependencies": {
"eslint": "^7.32.0",
"prisma": "^4.6.1"
},
"engines": {
"node": ">=16"
}
}