|
7 | 7 | "format:check": "prettier --check .",
|
8 | 8 | "format": "prettier --check --write .",
|
9 | 9 | "lint": "./build.sh lint",
|
10 |
| - "lint:fix": "./build.sh lint_fix" |
| 10 | + "lint:fix": "./build.sh lint_fix", |
| 11 | + "depcheck": "depcheck" |
11 | 12 | },
|
12 | 13 | "repository": {
|
13 | 14 | "type": "git",
|
|
25 | 26 | "homepage": "https://github.com/viqueen/devbox#readme",
|
26 | 27 | "devDependencies": {
|
27 | 28 | "@labset-eslint/eslint-plugin": "^1.3.0",
|
28 |
| - "@types/chance": "^1.1.3", |
29 |
| - "@types/concat-stream": "^2.0.0", |
30 |
| - "@types/cors": "^2.8.13", |
31 |
| - "@types/express": "^5.0.0", |
32 |
| - "@types/jsonpath": "^0.2.0", |
33 |
| - "@types/mailparser": "^3.4.0", |
34 |
| - "@types/minimist": "^1.2.2", |
35 |
| - "@types/morgan": "^1.9.4", |
36 |
| - "@types/node": "^22.0.0", |
37 |
| - "@types/prettyjson": "^0.0.33", |
38 |
| - "@typescript-eslint/eslint-plugin": "^8.0.0", |
39 |
| - "@typescript-eslint/parser": "^8.0.0", |
40 | 29 | "datauri": "^4.1.0",
|
| 30 | + "depcheck": "^1.4.7", |
41 | 31 | "eslint": "^8.43.0",
|
42 | 32 | "eslint-plugin-import": "^2.27.5",
|
43 | 33 | "gm": "^1.25.0",
|
|
0 commit comments