Files
packwiz-extras/package.json
T
sugoidogo dc414e9548
/ release (push) Successful in 3m3s
refactor for new host
2025-12-22 02:24:31 -08:00

48 lines
1.2 KiB
JSON

{
"name": "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"
],
"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": {
"commander": "^14.0.2",
"confbox": "^0.2.2",
"dotenv": "^17.2.3",
"murmur2": "^1.0.2",
"workerless": "^0.1.0"
},
"devDependencies": {
"@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",
"wrangler": "^4.56.0"
}
}