{ "name": "@sugoidogo/packwiz-extras-lib", "version": "0.2.0", "description": "ts/js library for node and web for working with packwiz modpacks", "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", "files": [ "dist", "src/lib" ], "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" }, "dependencies": { "@modrinth-ts/lib": "^2.1.0", "@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", "workerless": "^0.1.0" }, "devDependencies": { "@types/md5": "^2.3.6", "@types/node": "^24.10.1", "@types/web": "^0.0.294", "deno": "^2.5.6", "typedoc": "^0.28.15", "typescript": "^5.9.3", "wrangler": "^4.56.0" } }