|
7 | 7 | "main": "src/index.ts", |
8 | 8 | "scripts": { |
9 | 9 | "start": "bun run dist/index.js", |
10 | | - "build:start": "bun exec tsc && bun run dist/.", |
| 10 | + "build:start": "bun run --bun tsc && bun run dist/.", |
11 | 11 | "nodemon": "nodemon dist/.", |
12 | 12 | "dev": "bun run --watch src/index.ts", |
13 | | - "build": "tsc", |
14 | | - "watch": "tsc -w", |
| 13 | + "build": "bun run --bun tsc", |
| 14 | + "watch": "bun run --bun tsc -w", |
15 | 15 | "prepare": "bunx husky", |
16 | | - "lint": "biome lint", |
17 | | - "lint:fix": "biome lint --fix", |
| 16 | + "lint": "biome lint --no-errors-on-unmatched", |
| 17 | + "lint:fix": "biome lint --fix --no-errors-on-unmatched", |
18 | 18 | "format": "biome check --write --no-errors-on-unmatched --linter-enabled=false --formatter-enabled=true --organize-imports-enabled=true", |
19 | | - "ci": "biome ci --no-errors-on-unmatched --formatter-enabled=true --linter-enabled=true --organize-imports-enabled=true ." |
| 19 | + "ci": "biome ci --no-errors-on-unmatched --formatter-enabled=true --linter-enabled=true --organize-imports-enabled=true" |
20 | 20 | }, |
21 | 21 | "lint-staged": { |
22 | 22 | "*.{ts,cts,mts,js,cjs,mjs}": "biome lint --fix", |
|
26 | 26 | "license": "MIT", |
27 | 27 | "devDependencies": { |
28 | 28 | "@biomejs/biome": "^1.8.3", |
29 | | - "@commitlint/cli": "^19.4.0", |
30 | | - "@commitlint/config-conventional": "^19.2.2", |
| 29 | + "@commitlint/cli": "^19.4.1", |
| 30 | + "@commitlint/config-conventional": "^19.4.1", |
| 31 | + "@types/bun": "^1.1.8", |
31 | 32 | "@types/glob": "^8.1.0", |
32 | | - "@types/node": "^22.5.0", |
33 | | - "commitlint": "^19.4.0", |
| 33 | + "@types/node": "^22.5.3", |
| 34 | + "commitlint": "^19.4.1", |
34 | 35 | "typescript": "^5.5.4" |
35 | 36 | }, |
36 | 37 | "dependencies": { |
37 | | - "chalk": "^4.1.2", |
38 | | - "discord.js": "^14.15.3", |
| 38 | + "chalk": "^5.3.0", |
| 39 | + "discord.js": "^14.16.1", |
39 | 40 | "dotenv": "^16.4.5", |
40 | 41 | "glob": "^11.0.0", |
41 | 42 | "smol-toml": "^1.3.0", |
|
0 commit comments