18 lines
426 B
JSON
18 lines
426 B
JSON
{
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "node scripts/test.ts",
|
|
"compile": "node scripts/compile.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.10.1"
|
|
},
|
|
"dependencies": {
|
|
"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"
|
|
}
|
|
}
|