clean up project, implement url pack loader
This commit is contained in:
+15
-22
@@ -5,38 +5,25 @@
|
||||
"keywords": [
|
||||
"minecraft"
|
||||
],
|
||||
"homepage": "https://github.com/sugoidogo/packwiz-extras#readme",
|
||||
"bugs": {
|
||||
"url": "https://github.com/sugoidogo/packwiz-extras/issues"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/sugoidogo/packwiz-extras.git"
|
||||
},
|
||||
"license": "LGPL-3.0-or-later",
|
||||
"author": "SugoiDogo",
|
||||
"type": "module",
|
||||
"main": "dist/packwiz.js",
|
||||
"types": "./dist/packwiz.d.ts",
|
||||
"main": "dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
"files": [
|
||||
"dist",
|
||||
"src/lib"
|
||||
"src"
|
||||
],
|
||||
"scripts": {
|
||||
"test": "node scripts/test.ts",
|
||||
"prepack": "tsc -p src/lib/tsconfig.json",
|
||||
"compile": "node scripts/compile.ts",
|
||||
"docs": "typedoc src/lib/packwiz.ts --tsconfig src/lib/tsconfig.json"
|
||||
"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.2.0",
|
||||
"@xmcl/modrinth": "^2.5.0",
|
||||
"commander": "^14.0.3",
|
||||
"@xmcl/curseforge": "^2.1.1",
|
||||
"@xmcl/modrinth": "^2.3.1",
|
||||
"confbox": "^0.2.4",
|
||||
"curseforge-v2": "^1.5.0",
|
||||
"dotenv": "^17.2.4",
|
||||
"md5": "^2.3.0",
|
||||
"murmur2": "^1.0.2",
|
||||
"workerless": "^0.1.0"
|
||||
@@ -45,10 +32,16 @@
|
||||
"@sugoidogo/importable-types-web": "^1.0.0",
|
||||
"@sugoidogo/node-web-globals": "^2.0.0",
|
||||
"@types/md5": "^2.3.6",
|
||||
"@types/node": "^25.2.2",
|
||||
"deno": "^2.6.8",
|
||||
"typedoc": "^0.28.16",
|
||||
"typescript": "^5.9.3",
|
||||
"wrangler": "^4.63.0"
|
||||
},
|
||||
"overrides": {
|
||||
"@xmcl/modrinth": {
|
||||
"undici": "~7"
|
||||
},
|
||||
"@xmcl/curseforge": {
|
||||
"undici": "~7"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user