This commit is contained in:
2025-12-02 05:02:21 -08:00
parent 4361f29319
commit f89280f292
11 changed files with 384 additions and 129 deletions
+10 -1
View File
@@ -1,8 +1,17 @@
{
"type": "module",
"scripts": {
"test": "node scripts/test.ts",
"compile": "node scripts/compile.ts"
},
"devDependencies": {
"@types/node": "^24.10.1"
},
"dependencies": {
"bun": "^1.3.3"
"commander": "^14.0.2",
"confbox": "^0.2.2",
"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"
}
}