Updated Swagnuts & Some Mod Configs

This commit is contained in:
2025-01-12 22:40:35 -05:00
parent 73e3f57758
commit c02a35612e
350 changed files with 27968 additions and 29 deletions
@@ -0,0 +1,32 @@
{
"name": "SWAG + DONUTS",
"version": "3.5.3",
"sptVersion": "~3.10.0",
"main": "src/SWAG.js",
"license": "MIT",
"author": "nooky and props",
"contributors": [
"Arys"
],
"loadBefore": [],
"loadAfter": [],
"incompatibilities": [],
"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",
"glob": "8.0.3",
"ignore": "^5.2",
"tsyringe": "4.8.0",
"typescript": "5.4",
"winston": "3.12"
}
}