|
32 | 32 | "lint-shell": "find ./src ./tests ./scripts -type f -regextype posix-extended -regex '.*\\.(sh)' -exec shellcheck {} +",
|
33 | 33 | "docs": "shx rm -rf ./docs && typedoc --gitRevision master --tsconfig ./tsconfig.build.json --out ./docs src",
|
34 | 34 | "test": "node ./scripts/test.mjs"
|
35 |
| - }, |
| 35 | + }, |
36 | 36 | "devDependencies": {
|
37 |
| - "tsconfig-paths": "^3.9.0", |
38 |
| - "@swc/jest": "^0.2.29", |
39 |
| - "@types/jest": "^29.5.2", |
40 |
| - "jest": "^29.6.2", |
41 |
| - "jest-junit": "^16.0.0", |
42 | 37 | "@eslint/compat": "^1.2.5",
|
43 | 38 | "@swc/core": "1.3.82",
|
| 39 | + "@swc/jest": "^0.2.29", |
| 40 | + "@types/jest": "^29.5.2", |
44 | 41 | "@types/node": "^20.5.7",
|
45 | 42 | "@typescript-eslint/eslint-plugin": "^8.27.0",
|
46 | 43 | "@typescript-eslint/parser": "^8.27.0",
|
|
49 | 46 | "eslint-config-prettier": "^8.8.0",
|
50 | 47 | "eslint-plugin-import": "^2.31.0",
|
51 | 48 | "eslint-plugin-prettier": "^5.0.0-alpha.2",
|
| 49 | + "jest": "^29.6.2", |
| 50 | + "jest-extended": "^4.0.2", |
| 51 | + "jest-junit": "^16.0.0", |
52 | 52 | "prettier": "^3.0.0",
|
53 | 53 | "shx": "^0.3.4",
|
| 54 | + "tsconfig-paths": "^3.9.0", |
54 | 55 | "tsx": "^3.12.7",
|
55 | 56 | "typedoc": "^0.24.8",
|
56 | 57 | "typescript": "^5.1.6"
|
|
0 commit comments