|
44 | 44 | "devDependencies": { |
45 | 45 | "@commitlint/cli": "^20.1.0", |
46 | 46 | "@commitlint/config-conventional": "^20.0.0", |
47 | | - "@idleberg/configs": "^0.3.1", |
| 47 | + "@e18e/cli": "^0.3.1", |
| 48 | + "@idleberg/configs": "^0.3.3", |
48 | 49 | "@types/gulp": "^4.0.18", |
49 | 50 | "@types/node": "^24.10.0", |
50 | 51 | "@types/vinyl": "^2.0.12", |
51 | 52 | "@vitest/coverage-v8": "^4.0.8", |
52 | 53 | "concurrently": "^9.2.1", |
53 | 54 | "gulp": "^5.0.1", |
54 | | - "knip": "^5.68.0", |
55 | 55 | "np": "^10.2.0", |
56 | 56 | "prettier": "^3.6.2", |
57 | | - "publint": "^0.3.15", |
58 | 57 | "tsdown": "^0.16.1", |
59 | 58 | "tsm": "^2.3.0", |
60 | 59 | "typescript": "^5.9.3", |
|
70 | 69 | "dev": "npm run build -- --watch", |
71 | 70 | "lint": "concurrently --prefix-colors blue,green,magenta npm:lint:*", |
72 | 71 | "lint:biome": "biome check", |
73 | | - "lint:knip": "knip --cache --production", |
74 | | - "lint:publint": "publint", |
| 72 | + "lint:e18e": "e18e-cli analyze", |
75 | 73 | "prepack": "npm run build", |
76 | 74 | "prepare": "lefthook install", |
77 | 75 | "publish:npm": "np --any-branch", |
|
0 commit comments