|
1 | 1 | {
|
2 |
| - "name": "csz-bot", |
3 |
| - "private": true, |
4 |
| - "version": "0.1.0", |
5 |
| - "description": "Offizieller Bot der Coding Shitpost Zentrale", |
6 |
| - "main": "built/app.js", |
7 |
| - "type": "module", |
8 |
| - "scripts": { |
9 |
| - "start": "node --es-module-specifier-resolution=node built/app.js", |
10 |
| - "test": "tsc --noEmit", |
11 |
| - "compile": "tsc --sourceMap false --removeComments true", |
12 |
| - "ci": "biome ci ./", |
13 |
| - "format": "biome format --write ./", |
14 |
| - "lint": "biome lint ./", |
15 |
| - "lint:fix": "biome lint --apply ./", |
16 |
| - "watch": "concurrently -k -c 'cyan,green' \"tsc -w\" \"node --watch built/app.js\"" |
17 |
| - }, |
18 |
| - "repository": { |
19 |
| - "type": "git", |
20 |
| - "url": "git+https://github.com/NullDev/CSZ-Bot.git" |
21 |
| - }, |
22 |
| - "author": "Users of the CSZ", |
23 |
| - "license": "MIT", |
24 |
| - "bugs": { |
25 |
| - "url": "https://github.com/NullDev/CSZ-Bot/issues" |
26 |
| - }, |
27 |
| - "homepage": "https://github.com/NullDev/CSZ-Bot#readme", |
28 |
| - "dependencies": { |
29 |
| - "@discordjs/voice": "^0.16.1", |
30 |
| - "@napi-rs/canvas": "^0.1.51", |
31 |
| - "@resvg/resvg-js": "^2.6.0", |
32 |
| - "chrono-node": "^2.7.5", |
33 |
| - "croner": "^8.0.1", |
34 |
| - "discord.js": "^14.14.1", |
35 |
| - "get-audio-duration": "^4.0.1", |
36 |
| - "graphviz-wasm": "^3.0.1", |
37 |
| - "instagram-url-direct": "^1.0.13", |
38 |
| - "jsdom": "^24.0.0", |
39 |
| - "libsodium-wrappers": "^0.7.13", |
40 |
| - "minimist": "^1.2.8", |
41 |
| - "moment": "^2.30.1", |
42 |
| - "pino": "^8.19.0", |
43 |
| - "sequelize": "^6.37.1", |
44 |
| - "splid-js": "^1.1.1", |
45 |
| - "sqlite3": "~5.1.7" |
46 |
| - }, |
47 |
| - "devDependencies": { |
48 |
| - "@biomejs/biome": "^1.6.0", |
49 |
| - "@ffprobe-installer/ffprobe": "^2.1.2", |
50 |
| - "@types/jsdom": "^21.1.6", |
51 |
| - "@types/minimist": "^1.2.5", |
52 |
| - "@types/node": "^20.11.25", |
53 |
| - "@types/node-cron": "^3.0.11", |
54 |
| - "@types/sqlite3": "^3.1.11", |
55 |
| - "concurrently": "^8.2.2", |
56 |
| - "pino-pretty": "^10.3.1", |
57 |
| - "typescript": "^5.4.2" |
58 |
| - }, |
59 |
| - "engines": { |
60 |
| - "node": ">=21.1.0" |
61 |
| - } |
| 2 | + "name": "csz-bot", |
| 3 | + "private": true, |
| 4 | + "version": "0.1.0", |
| 5 | + "description": "Offizieller Bot der Coding Shitpost Zentrale", |
| 6 | + "main": "built/app.js", |
| 7 | + "type": "module", |
| 8 | + "scripts": { |
| 9 | + "start": "node --es-module-specifier-resolution=node built/app.js", |
| 10 | + "test": "tsc --noEmit", |
| 11 | + "compile": "tsc --sourceMap false --removeComments true", |
| 12 | + "ci": "biome ci ./", |
| 13 | + "format": "biome format --write ./", |
| 14 | + "lint": "biome lint ./", |
| 15 | + "lint:fix": "biome lint --apply ./", |
| 16 | + "watch": "concurrently -k -c 'cyan,green' \"tsc -w\" \"node --watch built/app.js\"" |
| 17 | + }, |
| 18 | + "repository": { |
| 19 | + "type": "git", |
| 20 | + "url": "git+https://github.com/NullDev/CSZ-Bot.git" |
| 21 | + }, |
| 22 | + "author": "Users of the CSZ", |
| 23 | + "license": "MIT", |
| 24 | + "bugs": { |
| 25 | + "url": "https://github.com/NullDev/CSZ-Bot/issues" |
| 26 | + }, |
| 27 | + "homepage": "https://github.com/NullDev/CSZ-Bot#readme", |
| 28 | + "dependencies": { |
| 29 | + "@discordjs/voice": "^0.16.1", |
| 30 | + "@napi-rs/canvas": "^0.1.51", |
| 31 | + "@resvg/resvg-js": "^2.6.0", |
| 32 | + "chrono-node": "^2.7.5", |
| 33 | + "croner": "^8.0.1", |
| 34 | + "discord.js": "^14.14.1", |
| 35 | + "get-audio-duration": "^4.0.1", |
| 36 | + "graphviz-wasm": "^3.0.1", |
| 37 | + "instagram-url-direct": "^1.0.13", |
| 38 | + "jsdom": "^24.0.0", |
| 39 | + "libsodium-wrappers": "^0.7.13", |
| 40 | + "minimist": "^1.2.8", |
| 41 | + "moment": "^2.30.1", |
| 42 | + "pino": "^8.19.0", |
| 43 | + "sequelize": "^6.37.1", |
| 44 | + "splid-js": "^1.1.1", |
| 45 | + "sqlite3": "~5.1.7" |
| 46 | + }, |
| 47 | + "devDependencies": { |
| 48 | + "@biomejs/biome": "^1.6.0", |
| 49 | + "@ffprobe-installer/ffprobe": "^2.1.2", |
| 50 | + "@types/jsdom": "^21.1.6", |
| 51 | + "@types/minimist": "^1.2.5", |
| 52 | + "@types/node": "^20.11.25", |
| 53 | + "@types/node-cron": "^3.0.11", |
| 54 | + "@types/sqlite3": "^3.1.11", |
| 55 | + "concurrently": "^8.2.2", |
| 56 | + "pino-pretty": "^10.3.1", |
| 57 | + "typescript": "^5.4.2" |
| 58 | + }, |
| 59 | + "engines": { |
| 60 | + "node": ">=21.1.0" |
| 61 | + } |
62 | 62 | }
|
0 commit comments