redo project structure
This commit is contained in:
+34
-5
@@ -1,17 +1,46 @@
|
||||
{
|
||||
"name": "packwiz-extras",
|
||||
"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",
|
||||
"compile": "node scripts/compile.ts"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^24.10.1"
|
||||
"prepack": "tsc -p src/lib/tsconfig.json",
|
||||
"compile": "node scripts/compile.ts",
|
||||
"docs": "typedoc src/lib/packwiz.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"commander": "^14.0.2",
|
||||
"confbox": "^0.2.2",
|
||||
"murmur2": "^1.0.2",
|
||||
"workerless": "https://github.com/sugoidogo/workerless/releases/download/0.1.0/workerless.tgz"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^24.10.1",
|
||||
"@types/web": "^0.0.294",
|
||||
"bun": "^1.3.3",
|
||||
"deno": "^2.5.6",
|
||||
"dotenv": "^17.2.3",
|
||||
"packwiz-extras-lib": "https://github.com/sugoidogo/packwiz-extras-lib/releases/download/2.1.0/packwiz-extras-lib.tgz"
|
||||
"typedoc": "^0.28.15",
|
||||
"typescript": "^5.9.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user