|
1 | 1 | { |
2 | | - "name": "webdev-bot", |
3 | | - "version": "1.0.0", |
4 | | - "description": "Web Dev & Web Design discord bot", |
5 | | - "type": "module", |
6 | | - "scripts": { |
7 | | - "build:ci": "tsup && node scripts/copy-assets.js", |
8 | | - "build:dev": "pnpm run build:ts && pnpm run build:copy", |
9 | | - "build:ts": "tsup", |
10 | | - "build:copy": "node scripts/copy-assets.js", |
11 | | - "start": "node dist/index.js", |
12 | | - "dev": "tsx watch src/index.ts", |
13 | | - "deploy": "tsx src/util/deploy.ts", |
14 | | - "lint": "biome lint .", |
15 | | - "lint:fix": "biome lint --fix .", |
16 | | - "format": "biome format --write .", |
17 | | - "check": "biome check .", |
18 | | - "check:fix": "biome check --write .", |
19 | | - "test": "node --test", |
20 | | - "prepare": "husky", |
| 2 | + "name": "webdev-bot", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "Web Dev & Web Design discord bot", |
| 5 | + "type": "module", |
| 6 | + "scripts": { |
| 7 | + "build:ci": "tsup && node scripts/copy-assets.js", |
| 8 | + "build:dev": "pnpm run build:ts && pnpm run build:copy", |
| 9 | + "build:ts": "tsup", |
| 10 | + "build:copy": "node scripts/copy-assets.js", |
| 11 | + "start": "node dist/index.js", |
| 12 | + "dev": "tsx watch src/index.ts", |
| 13 | + "deploy": "tsx src/util/deploy.ts", |
| 14 | + "lint": "biome lint .", |
| 15 | + "lint:fix": "biome lint --fix .", |
| 16 | + "format": "biome format --write .", |
| 17 | + "check": "biome check .", |
| 18 | + "check:fix": "biome check --write .", |
| 19 | + "test": "node --test", |
| 20 | + "prepare": "husky", |
21 | 21 | "pre-commit": "lint-staged" |
22 | | - }, |
23 | | - "keywords": [], |
24 | | - "author": "", |
25 | | - "license": "MIT", |
26 | | - "packageManager": "pnpm@10.17.1", |
27 | | - "dependencies": { |
28 | | - "@discordjs/core": "^2.2.2", |
29 | | - "discord.js": "^14.22.1" |
30 | | - }, |
31 | | - "devDependencies": { |
32 | | - "@biomejs/biome": "2.2.4", |
33 | | - "@types/node": "^24.5.2", |
34 | | - "husky": "^9.1.7", |
| 22 | + }, |
| 23 | + "keywords": [], |
| 24 | + "author": "", |
| 25 | + "license": "MIT", |
| 26 | + "packageManager": "pnpm@10.17.1", |
| 27 | + "dependencies": { |
| 28 | + "@discordjs/core": "^2.2.2", |
| 29 | + "discord.js": "^14.22.1" |
| 30 | + }, |
| 31 | + "devDependencies": { |
| 32 | + "@biomejs/biome": "2.2.4", |
| 33 | + "@types/node": "^24.5.2", |
| 34 | + "husky": "^9.1.7", |
35 | 35 | "lint-staged": "^16.2.1", |
36 | | - "tsup": "^8.5.0", |
37 | | - "tsx": "^4.20.6", |
38 | | - "typescript": "^5.9.2", |
39 | | - "zod": "^4.1.11" |
40 | | - }, |
41 | | - "lint-staged": { |
| 36 | + "tsup": "^8.5.0", |
| 37 | + "tsx": "^4.20.6", |
| 38 | + "typescript": "^5.9.2", |
| 39 | + "zod": "^4.1.11" |
| 40 | + }, |
| 41 | + "lint-staged": { |
42 | 42 | "*.{ts,js}": [ |
43 | 43 | "biome format --write", |
44 | 44 | "biome lint --fix" |
|
0 commit comments