1 |
{ |
{ |
2 |
"name": "sudobot", |
"name": "sudobot", |
3 |
"version": "9.26.2", |
"version": "10.7.2-0+20240806121454.sha.f0f069a2", |
4 |
"description": "A Discord bot for moderation purposes.", |
"description": "A Discord bot for moderation purposes.", |
5 |
"author": { |
"author": { |
6 |
"name": "Ar Rakin", |
"name": "Ar Rakin", |
7 |
"email": "[email protected]", |
"email": "[email protected]", |
8 |
"url": "https://virtual-designer.github.io" |
"url": "https://virtual-designer.github.io" |
9 |
}, |
}, |
10 |
"main": "build/out/index.js", |
"main": "build/out/main/main.js", |
11 |
"license": "AGPL-3.0-or-later", |
"license": "AGPL-3.0-or-later", |
12 |
"keywords": [ |
"keywords": [ |
13 |
"bot", |
"bot", |
31 |
"email": "[email protected]" |
"email": "[email protected]" |
32 |
}, |
}, |
33 |
"_meta": { |
"_meta": { |
34 |
"release_codename": "Chocolate Cake", |
"release_codename": "Delicious Donut", |
35 |
"release_short_codename": "Cake" |
"release_short_codename": "Donut" |
36 |
}, |
}, |
37 |
"scripts": { |
"scripts": { |
38 |
"start": "node build/out/main/typescript/main.js", |
"start": "node build/out/main/typescript/main.js", |
42 |
"start:blazew": "node build/out/main/typescript/main.js", |
"start:blazew": "node build/out/main/typescript/main.js", |
43 |
"lint": "eslint src", |
"lint": "eslint src", |
44 |
"lint:fix": "eslint src --fix", |
"lint:fix": "eslint src --fix", |
45 |
"build": "tsc && mv build/out/src _build && rm -fr build/out && mv _build build/out", |
"build": "tsc && mv build/out/src _build && rm -fr build/out && mv _build build/out && cp -r src/main/resources build/out/main", |
46 |
"start:prod": "pm2 start ./ecosystem.config.js", |
"start:prod": "pm2 start ./ecosystem.config.js", |
47 |
"deploy": "node scripts/deploy-commands.js", |
"deploy": "node scripts/deploy-commands.js", |
48 |
"gen:schema": "node scripts/generate-config-schema.js", |
"gen:schema": "node scripts/generate-config-schema.js", |
74 |
"cors": "^2.8.5", |
"cors": "^2.8.5", |
75 |
"date-fns": "^3.6.0", |
"date-fns": "^3.6.0", |
76 |
"deepmerge": "^4.3.1", |
"deepmerge": "^4.3.1", |
77 |
"discord.js": "^14.15.3", |
"discord.js": "^14.16.1", |
78 |
"dot-object": "^2.1.5", |
"dot-object": "^2.1.5", |
79 |
"dotenv": "^16.4.5", |
"dotenv": "^16.4.5", |
80 |
"drizzle-orm": "^0.32.1", |
"drizzle-orm": "^0.32.1", |