update dependencies

This commit is contained in:
2025-12-30 12:56:36 -08:00
parent c48868a35a
commit fa8b2b1240
3 changed files with 547 additions and 192 deletions
+2 -3
View File
@@ -1,5 +1,5 @@
{
"name": "packwiz-extras-lib",
"name": "@sugoidogo/packwiz-extras-lib",
"version": "0.2.0",
"description": "ts/js library for node and web for working with packwiz modpacks",
"keywords": [
@@ -30,20 +30,19 @@
},
"dependencies": {
"@sugoidogo/js-util": "^0.3.0",
"@sugoidogo/node-file-system-adapter": "^1.0.1",
"commander": "^14.0.2",
"confbox": "^0.2.2",
"curseforge-v2": "^1.5.0",
"dotenv": "^17.2.3",
"md5": "^2.3.0",
"murmur2": "^1.0.2",
"native-file-system-adapter": "file:../native-file-system-adapter/native-file-system-adapter-3.0.1.tgz",
"workerless": "^0.1.0"
},
"devDependencies": {
"@types/md5": "^2.3.6",
"@types/node": "^24.10.1",
"@types/web": "^0.0.294",
"bun": "^1.3.3",
"deno": "^2.5.6",
"typedoc": "^0.28.15",
"typescript": "^5.9.3",