monorepo, restore cli, pass tests

This commit is contained in:
2026-02-15 20:54:56 -08:00
parent 0c7b060bd2
commit 9445b59ad5
20 changed files with 1190 additions and 74 deletions
+4 -45
View File
@@ -1,47 +1,6 @@
{
"name": "@sugoidogo/packwiz-extras-lib",
"version": "0.1.0",
"description": "ts/js library for node and web for working with packwiz modpacks",
"keywords": [
"minecraft"
],
"license": "LGPL-3.0-or-later",
"author": "SugoiDogo",
"type": "module",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"src"
],
"scripts": {
"prepack": "tsc",
"docs": "typedoc src/index.ts --tsconfig"
},
"dependencies": {
"@sugoidogo/js-util": "^0.3.1",
"@sugoidogo/node-file-system-adapter": "^1.0.3",
"@xmcl/curseforge": "^2.1.1",
"@xmcl/modrinth": "^2.3.1",
"confbox": "^0.2.4",
"md5": "^2.3.0",
"murmur2": "^1.0.2",
"workerless": "^0.1.0"
},
"devDependencies": {
"@sugoidogo/importable-types-web": "^1.0.0",
"@sugoidogo/node-web-globals": "^2.0.0",
"@types/md5": "^2.3.6",
"typedoc": "^0.28.16",
"typescript": "^5.9.3",
"wrangler": "^4.63.0"
},
"overrides": {
"@xmcl/modrinth": {
"undici": "~7"
},
"@xmcl/curseforge": {
"undici": "~7"
}
}
"workspaces": [
"lib",
"cli"
]
}