|
1 | 1 | { |
2 | | - "name": "csz-bot", |
3 | | - "version": "0.1.0", |
4 | | - "private": true, |
5 | | - "description": "Offizieller Bot der Coding Shitpost Zentrale", |
6 | | - "homepage": "https://github.com/NullDev/CSZ-Bot#readme", |
7 | | - "bugs": { |
8 | | - "url": "https://github.com/NullDev/CSZ-Bot/issues" |
9 | | - }, |
10 | | - "license": "MIT", |
11 | | - "author": "Users of the CSZ", |
12 | | - "repository": { |
13 | | - "type": "git", |
14 | | - "url": "git+https://github.com/NullDev/CSZ-Bot.git" |
15 | | - }, |
16 | | - "type": "module", |
17 | | - "module": "src/app.ts", |
18 | | - "imports": { |
19 | | - "#log": "./src/utils/logger.ts", |
20 | | - "#db": "./src/storage/db/db.ts", |
21 | | - "#/*": "./src/*" |
22 | | - }, |
23 | | - "scripts": { |
24 | | - "start": "node --require ./src/polyfills.ts src/app.ts", |
25 | | - "test": "node --require ./src/polyfills.ts --test && tsgo", |
26 | | - "ci": "oxlint --deny-warnings -f github ./ && oxfmt --check -f github ./", |
27 | | - "format": "oxfmt ./", |
28 | | - "lint": "oxlint ./", |
29 | | - "lint:fix": "oxlint --fix ./", |
30 | | - "watch": "node --require ./src/polyfills.ts --watch src/app.ts" |
31 | | - }, |
32 | | - "dependencies": { |
33 | | - "@discordjs/voice": "^0.19.0", |
34 | | - "@js-temporal/polyfill": "^0.5.1", |
35 | | - "@napi-rs/canvas": "0.1.93", |
36 | | - "@resvg/resvg-js": "^2.6.2", |
37 | | - "@sentry/node": "^10.39.0", |
38 | | - "@snazzah/davey": "^0.1.9", |
39 | | - "@spotify/web-api-ts-sdk": "^1.2.0", |
40 | | - "chrono-node": "^2.9.0", |
41 | | - "comment-json": "^4.5.1", |
42 | | - "croner": "^10.0.1", |
43 | | - "discord.js": "^14.25.1", |
44 | | - "get-audio-duration": "^4.0.1", |
45 | | - "graphviz-wasm": "^3.0.2", |
46 | | - "jsdom": "^28.1.0", |
47 | | - "kysely": "^0.28.11", |
48 | | - "libsodium-wrappers": "^0.8.2", |
49 | | - "pino": "^10.3.1", |
50 | | - "pino-pretty": "^13.1.3", |
51 | | - "splid-js": "^1.5.3", |
52 | | - "youtube-dl-exec": "^3.1.1" |
53 | | - }, |
54 | | - "devDependencies": { |
55 | | - "@types/better-sqlite3": "^7.6.13", |
56 | | - "@types/jsdom": "^27.0.0", |
57 | | - "@types/node": "^25.3.0", |
58 | | - "@types/node-cron": "^3.0.11", |
59 | | - "@typescript/native-preview": "^7.0.0-dev.20260219.1", |
60 | | - "expect": "^30.2.0", |
61 | | - "lefthook": "^2.1.1", |
62 | | - "oxfmt": "^0.33.0", |
63 | | - "oxlint": "^1.48.0" |
64 | | - }, |
65 | | - "engines": { |
66 | | - "node": ">=25.6.1" |
67 | | - }, |
68 | | - "trustedDependencies": [ |
69 | | - "@biomejs/biome", |
70 | | - "lefthook" |
71 | | - ] |
| 2 | + "name": "csz-bot", |
| 3 | + "version": "0.1.0", |
| 4 | + "private": true, |
| 5 | + "description": "Offizieller Bot der Coding Shitpost Zentrale", |
| 6 | + "homepage": "https://github.com/NullDev/CSZ-Bot#readme", |
| 7 | + "bugs": { |
| 8 | + "url": "https://github.com/NullDev/CSZ-Bot/issues" |
| 9 | + }, |
| 10 | + "license": "MIT", |
| 11 | + "author": "Users of the CSZ", |
| 12 | + "repository": { |
| 13 | + "type": "git", |
| 14 | + "url": "git+https://github.com/NullDev/CSZ-Bot.git" |
| 15 | + }, |
| 16 | + "type": "module", |
| 17 | + "module": "src/app.ts", |
| 18 | + "imports": { |
| 19 | + "#log": "./src/utils/logger.ts", |
| 20 | + "#db": "./src/storage/db/db.ts", |
| 21 | + "#/*": "./src/*" |
| 22 | + }, |
| 23 | + "scripts": { |
| 24 | + "start": "node --require ./src/polyfills.ts src/app.ts", |
| 25 | + "test": "node --require ./src/polyfills.ts --test && tsgo", |
| 26 | + "ci": "oxlint --deny-warnings -f github ./ && oxfmt --check -f github ./", |
| 27 | + "format": "oxfmt ./", |
| 28 | + "lint": "oxlint ./", |
| 29 | + "lint:fix": "oxlint --fix ./", |
| 30 | + "watch": "node --require ./src/polyfills.ts --watch src/app.ts" |
| 31 | + }, |
| 32 | + "dependencies": { |
| 33 | + "@discordjs/voice": "^0.19.0", |
| 34 | + "@js-temporal/polyfill": "^0.5.1", |
| 35 | + "@napi-rs/canvas": "0.1.93", |
| 36 | + "@resvg/resvg-js": "^2.6.2", |
| 37 | + "@sentry/node": "^10.39.0", |
| 38 | + "@snazzah/davey": "^0.1.9", |
| 39 | + "@spotify/web-api-ts-sdk": "^1.2.0", |
| 40 | + "chrono-node": "^2.9.0", |
| 41 | + "comment-json": "^4.5.1", |
| 42 | + "croner": "^10.0.1", |
| 43 | + "discord.js": "^14.25.1", |
| 44 | + "get-audio-duration": "^4.0.1", |
| 45 | + "graphviz-wasm": "^3.0.2", |
| 46 | + "jsdom": "^28.1.0", |
| 47 | + "kysely": "^0.28.11", |
| 48 | + "libsodium-wrappers": "^0.8.2", |
| 49 | + "pino": "^10.3.1", |
| 50 | + "pino-pretty": "^13.1.3", |
| 51 | + "splid-js": "^1.5.3", |
| 52 | + "youtube-dl-exec": "^3.1.1" |
| 53 | + }, |
| 54 | + "devDependencies": { |
| 55 | + "@types/better-sqlite3": "^7.6.13", |
| 56 | + "@types/jsdom": "^27.0.0", |
| 57 | + "@types/node": "^25.3.0", |
| 58 | + "@types/node-cron": "^3.0.11", |
| 59 | + "@typescript/native-preview": "^7.0.0-dev.20260219.1", |
| 60 | + "expect": "^30.2.0", |
| 61 | + "lefthook": "^2.1.1", |
| 62 | + "oxfmt": "^0.33.0", |
| 63 | + "oxlint": "^1.48.0" |
| 64 | + }, |
| 65 | + "engines": { |
| 66 | + "node": ">=25.6.1" |
| 67 | + }, |
| 68 | + "trustedDependencies": [ |
| 69 | + "@biomejs/biome", |
| 70 | + "lefthook" |
| 71 | + ] |
72 | 72 | } |
0 commit comments