|
1 | 1 | { |
2 | 2 | "name": "test-track", |
3 | | - "version": "1.0.1", |
4 | | - "exports": "./dist/index.js", |
| 3 | + "version": "1.1.0", |
5 | 4 | "main": "./dist/index.js", |
6 | | - "author": "@sapphire", |
7 | 5 | "license": "UNLICENSE", |
8 | 6 | "type": "module", |
9 | 7 | "scripts": { |
10 | 8 | "build": "tsc", |
11 | 9 | "watch": "tsc -w", |
12 | 10 | "start": "node dist/index.js", |
13 | 11 | "dev": "run-s build start", |
14 | | - "prettier": "prettier --write \"src/**/*.ts\"", |
15 | | - "pretty": "rome check . --apply-suggested && rome format . --write", |
16 | | - "predocker:watch": "npm install", |
17 | | - "docker:watch": "tsc-watch --onSuccess \"node ./dist/index.js\"" |
| 12 | + "format": "biome format --write . --diagnostic-level=warn", |
| 13 | + "lint": "biome check . --apply --diagnostic-level=warn", |
| 14 | + "pretty": "pnpm run format && pnpm run lint" |
18 | 15 | }, |
19 | 16 | "dependencies": { |
20 | | - "@sapphire/discord-utilities": "^3.1.0", |
21 | | - "@sapphire/discord.js-utilities": "7.0.1", |
22 | | - "@sapphire/fetch": "^2.4.1", |
23 | | - "@sapphire/framework": "^4.5.3", |
24 | | - "@sapphire/pieces": "^3.7.0", |
25 | | - "@sapphire/plugin-api": "^5.1.1", |
26 | | - "@sapphire/plugin-editable-commands": "^3.0.3", |
27 | | - "@sapphire/plugin-logger": "^3.0.6", |
28 | | - "@sapphire/plugin-subcommands": "^4.2.0", |
29 | | - "@sapphire/stopwatch": "^1.5.0", |
30 | | - "@sapphire/time-utilities": "^1.7.10", |
31 | | - "@sapphire/type": "^2.4.0", |
32 | | - "@sapphire/utilities": "^3.13.0", |
33 | | - "@skyra/env-utilities": "^1.2.1", |
34 | | - "@types/benchmark": "^2.1.2", |
| 17 | + "@sapphire/discord-utilities": "^3.2.1", |
| 18 | + "@sapphire/discord.js-utilities": "7.1.5", |
| 19 | + "@sapphire/fetch": "^3.0.1", |
| 20 | + "@sapphire/framework": "^5.0.5", |
| 21 | + "@sapphire/pieces": "^4.2.0", |
| 22 | + "@sapphire/plugin-api": "^6.1.0", |
| 23 | + "@sapphire/plugin-editable-commands": "^4.0.1", |
| 24 | + "@sapphire/plugin-logger": "^4.0.1", |
| 25 | + "@sapphire/plugin-subcommands": "^6.0.2", |
| 26 | + "@sapphire/stopwatch": "^1.5.1", |
| 27 | + "@sapphire/time-utilities": "^1.7.11", |
| 28 | + "@sapphire/type": "^2.4.3", |
| 29 | + "@sapphire/utilities": "^3.15.2", |
| 30 | + "@skyra/env-utilities": "^1.3.0", |
| 31 | + "@types/benchmark": "^2.1.5", |
35 | 32 | "benchmark": "^2.1.4", |
36 | 33 | "colorette": "^2.0.20", |
37 | | - "discord-api-types": "^0.37.55", |
38 | | - "discord.js": "^14.13.0", |
| 34 | + "discord-api-types": "^0.37.67", |
| 35 | + "discord.js": "^14.14.1", |
39 | 36 | "dotenv": "^16.3.1", |
40 | | - "eslint": "^8.48.0", |
| 37 | + "eslint": "^8.56.0", |
41 | 38 | "global": "^4.4.0", |
42 | | - "nanoid": "^4.0.2", |
43 | | - "rome": "^12.1.3", |
| 39 | + "nanoid": "^5.0.4", |
44 | 40 | "tslib": "^2.6.2" |
45 | 41 | }, |
46 | 42 | "devDependencies": { |
| 43 | + "@biomejs/biome": "^1.5.0", |
47 | 44 | "@sapphire/prettier-config": "^2.0.0", |
48 | | - "@sapphire/ts-config": "^4.0.1", |
49 | | - "@types/node": "^20.5.6", |
50 | | - "@types/ws": "^8.5.5", |
| 45 | + "@sapphire/ts-config": "^5.0.0", |
| 46 | + "@types/node": "^20.10.7", |
| 47 | + "@types/ws": "^8.5.10", |
51 | 48 | "npm-run-all": "^4.1.5", |
52 | | - "prettier": "^3.0.2", |
| 49 | + "prettier": "^3.1.1", |
53 | 50 | "tsc-watch": "^6.0.4", |
54 | | - "typescript": "^5.2.2" |
| 51 | + "typescript": "^5.3.3" |
55 | 52 | }, |
56 | 53 | "prettier": "@sapphire/prettier-config", |
57 | 54 | "engines": { |
|
0 commit comments