|
38 | 38 | "lib" |
39 | 39 | ], |
40 | 40 | "devDependencies": { |
| 41 | + "@commitlint/cli": "^19.5.0", |
| 42 | + "@commitlint/config-conventional": "^19.5.0", |
41 | 43 | "@eslint/js": "^9.12.0", |
| 44 | + "@testdeck/mocha": "^0.3.3", |
| 45 | + "@types/chai": "^5.0.0", |
42 | 46 | "@types/eslint__js": "^8.42.3", |
43 | | - "@types/jest": "^29.5.13", |
44 | | - "@types/jsdom": "^21.1.7", |
| 47 | + "@types/mocha": "^10.0.9", |
45 | 48 | "@types/node": "<21.0.0", |
46 | | - "@types/sharp": "^0.32.0", |
| 49 | + "@types/source-map-support": "^0.5.10", |
| 50 | + "chai": "^5.1.1", |
47 | 51 | "clean-package": "^2.2.0", |
48 | 52 | "eslint": "^9.12.0", |
49 | 53 | "eslint-config-prettier": "^9.1.0", |
50 | | - "eslint-plugin-jest": "^28.8.3", |
51 | 54 | "eslint-plugin-prettier": "^5.2.1", |
52 | 55 | "husky": "^9.1.6", |
53 | | - "jest": "^29.7.0", |
| 56 | + "mocha": "^10.7.3", |
54 | 57 | "npm-check-updates": "^17.1.4", |
55 | 58 | "prettier": "^3.3.3", |
56 | 59 | "rimraf": "^6.0.1", |
| 60 | + "source-map-support": "^0.5.21", |
57 | 61 | "standard-version": "^9.5.0", |
58 | | - "ts-jest": "^29.2.5", |
| 62 | + "ts-node": "^10.9.2", |
59 | 63 | "typedoc": "^0.26.10", |
60 | 64 | "typescript": "^5.6.3", |
61 | 65 | "typescript-eslint": "^8.10.0" |
62 | 66 | }, |
63 | 67 | "scripts": { |
64 | 68 | "build": "rimraf lib && tsc", |
65 | | - "test": "jest", |
| 69 | + "test": "mocha -p", |
66 | 70 | "lint": "prettier -w . && eslint . --fix", |
67 | 71 | "prepublishOnly": "npm run build", |
68 | 72 | "prepare": "husky", |
|
0 commit comments