chore: remove redundant dependencies

This commit is contained in:
Rodney, Tiara 2025-04-25 17:24:08 +02:00
parent ac80f642d2
commit 41cfd89bcb
No known key found for this signature in database
GPG key ID: 5CD8EC1D46106723

View file

@ -14,16 +14,11 @@
"license": "UNLICENSED",
"main": "index.js",
"devDependencies": {
"@types/benchmark": "^2.1.5",
"@types/jest": "^29.5.14",
"@types/yargs": "^17.0.33",
"benchmark": "^2.1.4",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"typedoc": "^0.27.7",
"typedoc-plugin-pages": "^1.1.0",
"typescript": "^5.7.3",
"yargs": "^17.7.2"
"typescript": "^5.7.3"
},
"scripts": {
"test": "jest",