Complete Remake of the Modpack

This commit is contained in:
2025-05-16 00:38:39 -04:00
parent db58ebbefb
commit a57e637d5f
10423 changed files with 13308 additions and 2630183 deletions
@@ -0,0 +1,35 @@
{
"name": "gekos_betterprogression",
"version": "1.1.3",
"sptVersion": "~3.11.1",
"loadBefore": [
"DewardianDev-AlgorithmicLevelProgression"
],
"loadAfter": [
"MoxoPixel-Painter - Trader"
],
"incompatibilities": [],
"isBundleMod": false,
"main": "src/mod.js",
"scripts": {
"setup": "npm i",
"build": "node ./build.mjs",
"buildinfo": "node ./build.mjs --verbose"
},
"devDependencies": {
"@types/node": "20.11",
"@typescript-eslint/eslint-plugin": "7.2",
"@typescript-eslint/parser": "7.2",
"archiver": "^6.0",
"eslint": "8.57",
"fs-extra": "11.2",
"ignore": "^5.2",
"json5": "^2.2.3",
"tsyringe": "4.8.0",
"typescript": "5.4",
"winston": "3.12"
},
"author": "DrunkGeko",
"contributors": [],
"license": "MIT"
}