|
1 | 1 | { |
2 | | - "name": "discord.js-handler", |
3 | | - "version": "1.0.0", |
4 | | - "description": "A complete discord.js typescript handler.", |
5 | | - "packageManager": "bun@*", |
6 | | - "type": "module", |
7 | | - "main": "src/index.ts", |
8 | | - "scripts": { |
9 | | - "start": "bun run dist/index.js", |
10 | | - "build:start": "bun run --bun tsc && bun run dist/.", |
11 | | - "nodemon": "nodemon dist/.", |
12 | | - "dev": "bun run --watch src/index.ts", |
13 | | - "build": "bun run --bun tsc", |
14 | | - "watch": "bun run --bun tsc -w", |
15 | | - "prepare": "bunx husky", |
16 | | - "lint": "biome lint --no-errors-on-unmatched", |
17 | | - "lint:fix": "biome lint --fix --no-errors-on-unmatched", |
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" |
20 | | - }, |
21 | | - "lint-staged": { |
22 | | - "*.{ts,cts,mts,js,cjs,mjs}": "biome lint --fix", |
23 | | - "*": "biome check --write --no-errors-on-unmatched --linter-enabled=false --formatter-enabled=true --organize-imports-enabled=true" |
24 | | - }, |
25 | | - "author": "3n123", |
26 | | - "license": "MIT", |
27 | | - "devDependencies": { |
28 | | - "@biomejs/biome": "^1.8.3", |
29 | | - "@commitlint/cli": "^19.4.1", |
30 | | - "@commitlint/config-conventional": "^19.4.1", |
31 | | - "@types/bun": "^1.1.8", |
32 | | - "@types/glob": "^8.1.0", |
33 | | - "@types/node": "^22.5.3", |
34 | | - "commitlint": "^19.4.1", |
35 | | - "typescript": "^5.5.4" |
36 | | - }, |
37 | | - "dependencies": { |
38 | | - "chalk": "^5.3.0", |
39 | | - "discord.js": "^14.16.1", |
40 | | - "dotenv": "^16.4.5", |
41 | | - "glob": "^11.0.0", |
42 | | - "smol-toml": "^1.3.0", |
43 | | - "zod": "^3.23.8" |
44 | | - } |
| 2 | + "name": "discord.js-handler", |
| 3 | + "version": "2.0.0", |
| 4 | + "description": "A complete discord.js typescript handler.", |
| 5 | + "packageManager": "bun@*", |
| 6 | + "type": "module", |
| 7 | + "main": "src/index.ts", |
| 8 | + "scripts": { |
| 9 | + "start": "bun run dist/index.js", |
| 10 | + "build:start": "bun run --bun tsc && bun run dist/.", |
| 11 | + "nodemon": "nodemon dist/.", |
| 12 | + "dev": "bun run --watch src/index.ts", |
| 13 | + "build": "bun run --bun tsc", |
| 14 | + "watch": "bun run --bun tsc -w", |
| 15 | + "prepare": "bunx husky", |
| 16 | + "lint": "biome lint --no-errors-on-unmatched", |
| 17 | + "lint:fix": "biome lint --fix --no-errors-on-unmatched", |
| 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" |
| 20 | + }, |
| 21 | + "lint-staged": { |
| 22 | + "*.{ts,cts,mts,js,cjs,mjs}": "biome lint --fix", |
| 23 | + "*": "biome check --write --no-errors-on-unmatched --linter-enabled=false --formatter-enabled=true --organize-imports-enabled=true" |
| 24 | + }, |
| 25 | + "author": "3n123", |
| 26 | + "license": "MIT", |
| 27 | + "devDependencies": { |
| 28 | + "@biomejs/biome": "^1.8.3", |
| 29 | + "@commitlint/cli": "^19.4.1", |
| 30 | + "@commitlint/config-conventional": "^19.4.1", |
| 31 | + "@types/bun": "^1.1.8", |
| 32 | + "@types/glob": "^8.1.0", |
| 33 | + "@types/node": "^22.5.3", |
| 34 | + "commitlint": "^19.4.1", |
| 35 | + "typescript": "^5.5.4" |
| 36 | + }, |
| 37 | + "dependencies": { |
| 38 | + "chalk": "^5.3.0", |
| 39 | + "discord.js": "^14.16.1", |
| 40 | + "dotenv": "^16.4.5", |
| 41 | + "glob": "^11.0.0", |
| 42 | + "smol-toml": "^1.3.0", |
| 43 | + "zod": "^3.23.8" |
| 44 | + } |
45 | 45 | } |
0 commit comments