-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
145 lines (145 loc) · 6.21 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
{
"name": "lunar-bot",
"version": "2.0.0",
"description": "dev version of the lunar guard discord bot",
"license": "GPL-3.0",
"author": "muchnameless",
"type": "module",
"imports": {
"#api": "./dist/api/index.js",
"#api/*": "./dist/api/*",
"#chatBridge/*": "./dist/lib/chatBridge/*",
"#chatBridge/constants": "./dist/lib/chatBridge/constants/index.js",
"#constants": "./dist/lib/constants/index.js",
"#constants/*": "./dist/lib/constants/*",
"#db": "./dist/lib/structures/database/index.js",
"#db/*": "./dist/lib/structures/database/*",
"#decorators": "./dist/lib/decorators/index.js",
"#functions": "./dist/lib/functions/index.js",
"#functions/*": "./dist/lib/functions/*",
"#lib/*": "./dist/lib/*",
"#logger": "./dist/logger.js",
"#networth/*": "./dist/lib/networth/*",
"#root/*": "./dist/*",
"#structures/*": "./dist/lib/structures/*",
"#types": "./dist/lib/types/util.js",
"#utils": "./dist/lib/util/index.js",
"#utils/*": "./dist/lib/util/*"
},
"main": "dist/index.js",
"scripts": {
"build": "yarn clean && tsc -b src",
"clean": "rm -rf dist",
"db": "node --env-file=.env dist/scripts/dbInit.js --alter | pino-pretty",
"deploy:commands": "node --env-file=.env dist/scripts/deploy.js | pino-pretty",
"dev": "yarn build; yarn start:dev",
"format": "prettier --cache --write . && eslint src --ext ts --cache --fix",
"lint": "eslint src --ext ts --cache",
"migrate": "ley",
"patch": "./scripts/patch.sh",
"prune": "ts-prune -p src/tsconfig.json | grep --invert-match ' - default$'",
"start": "scripts/pre_start.sh && node --env-file=.env . | tee -a logs/lunar-bot-out.log",
"start:dev": "NODE_ENV=development yarn start | pino-pretty",
"test": "tsc -b src",
"update": "yarn upgrade-interactive"
},
"resolutions": {
"@angular-eslint/eslint-plugin": "npm:@favware/skip-dependency@latest",
"@angular-eslint/eslint-plugin-template": "npm:@favware/skip-dependency@latest",
"@angular-eslint/template-parser": "npm:@favware/skip-dependency@latest",
"@discordjs/builders": "1.9.1-dev.1727655145-9aa3b635e",
"@discordjs/collection": "1.6.0-dev.1699315767-344a3f934",
"@discordjs/formatters": "0.6.0-dev.1732709129-97ffa201a",
"@discordjs/rest": "patch:@discordjs/[email protected]#~/.yarn/patches/@discordjs-rest-npm-2.4.0-dev.1717978255-c5d40d380-954f53f5c3.patch",
"@discordjs/util": "1.1.2-dev.1732709129-97ffa201a",
"@discordjs/ws": "patch:@discordjs/[email protected]#./.yarn/patches/@discordjs-ws-npm-1.1.0-dev.1703462984-0f1e02b3d-a81f5fca0c.patch",
"@next/eslint-plugin-next": "npm:@favware/skip-dependency@latest",
"@sapphire/async-queue": "patch:@sapphire/[email protected]#~/.yarn/patches/@sapphire-async-queue-npm-1.5.4-next.63feeab8-f0e4cc4f76.patch",
"@sapphire/ratelimits": "2.4.12-next.ff2c792d",
"@sapphire/snowflake": "3.5.6-next.ff2c792d",
"@sapphire/timer-manager": "1.0.5-next.ff2c792d",
"astro-eslint-parser": "npm:@favware/skip-dependency@latest",
"discord-api-types": "0.37.119",
"discord.js": "patch:discord.js@npm%3A14.17.0-dev.1727655153-9aa3b635e#~/.yarn/patches/discord.js-npm-14.17.0-dev.1727655153-9aa3b635e-ef334c12d4.patch",
"eslint-mdx": "npm:@favware/skip-dependency@latest",
"eslint-plugin-astro": "npm:@favware/skip-dependency@latest",
"eslint-plugin-cypress": "npm:@favware/skip-dependency@latest",
"eslint-plugin-import-x": "npm:@favware/skip-dependency@latest",
"eslint-plugin-jsx-a11y": "npm:@favware/skip-dependency@latest",
"eslint-plugin-mdx": "npm:@favware/skip-dependency@latest",
"eslint-plugin-react": "npm:@favware/skip-dependency@latest",
"eslint-plugin-react-hooks": "npm:@favware/skip-dependency@latest",
"eslint-plugin-react-refresh": "npm:@favware/skip-dependency@latest",
"eslint-plugin-rxjs": "npm:@favware/skip-dependency@latest",
"eslint-plugin-rxjs-angular": "npm:@favware/skip-dependency@latest",
"eslint-plugin-svelte3": "npm:@favware/skip-dependency@latest",
"eslint-plugin-vue": "npm:@favware/skip-dependency@latest",
"is-core-module": "npm:@nolyfill/is-core-module@^1.0.39",
"minecraft-protocol": "patch:[email protected]#./.yarn/patches/minecraft-protocol-npm-1.44.0-5f1ada9362.patch",
"object.assign": "npm:@nolyfill/object.assign@^1.0.28",
"object.values": "npm:@nolyfill/object.values@^1.0.28",
"typedarray": "npm:@nolyfill/typedarray@^1.0.29",
"vue-eslint-parser": "npm:@favware/skip-dependency@latest"
},
"dependencies": {
"@discordjs/collection": "1.6.0-dev.1699315767-344a3f934",
"@discordjs/rest": "2.4.1-dev.1732709129-97ffa201a",
"@discordjs/ws": "2.0.1-dev.1732709137-97ffa201a",
"@napi-rs/canvas": "^0.1.67",
"@sapphire/async-queue": "1.5.6-next.ff2c792d",
"@sapphire/discord-utilities": "3.4.5-next.ff2c792d",
"@sapphire/node-utilities": "1.0.3-next.ff2c792d",
"@sapphire/ratelimits": "2.4.12-next.ff2c792d",
"@sapphire/stopwatch": "1.5.5-next.ff2c792d",
"@sapphire/type": "^2.6.1-next.a5fb606",
"@sapphire/utilities": "3.18.3-next.9f0e31f6",
"@skyra/jaro-winkler": "^1.1.1",
"@zikeji/hypixel": "github:muchnameless/node-hypixel#2364750d838186ec37de1b883bc0dd805f87ae35",
"bufferutil": "^4.0.9",
"chart.js": "^4.4.7",
"common-tags": "^1.8.2",
"cron": "^3.5.0",
"discord.js": "14.17.0-dev.1727655153-9aa3b635e",
"fast-xml-parser": "^4.5.1",
"ioredis": "^5.5.0",
"js-big-decimal": "^1.4.1",
"lilyweight": "^2.7.2",
"luxon": "^3.5.0",
"minecraft-data": "^3.84.0",
"minecraft-protocol": "1.54.0",
"ms": "3.0.0-canary.1",
"pg": "^8.13.2",
"pg-hstore": "^2.3.4",
"pino": "^9.6.0",
"postgres": "3.4.5",
"prettier": "^3.5.0",
"prismarine-chat": "^1.11.0",
"prismarine-nbt": "^2.7.0",
"re2": "^1.21.4",
"sequelize": "^6.37.5",
"tslib": "^2.8.1",
"undici": "^7.3.0",
"zlib-sync": "^0.1.9"
},
"devDependencies": {
"@commitlint/cli": "^19.7.1",
"@commitlint/config-angular": "^19.7.1",
"@types/common-tags": "^1.8.4",
"@types/luxon": "^3.4.2",
"@types/node": "^22.13.1",
"@types/pg": "^8.11.11",
"eslint": "^8.57.1",
"eslint-config-neon": "^0.1.62",
"ley": "^0.8.1",
"lint-staged": "^15.4.3",
"pino-pretty": "^13.0.0",
"sort-package-json": "^2.14.0",
"ts-prune": "^0.10.3",
"typescript": "^5.7.3"
},
"packageManager": "[email protected]",
"volta": {
"node": "23.7.0",
"yarn": "4.6.0"
}
}