spt_modpack/user/mods/MoxoPixel-TacticalGearComponent/package.json
2025-07-18 16:19:59 -05:00

29 lines
700 B
JSON

{
"name": "Tactical Gear Component (TGC)",
"version": "1.2.5",
"main": "src/mod.js",
"license": "MIT",
"author": "MoxoPixel",
"sptVersion": "3.11.X",
"loadBefore": [],
"loadAfter": ["aMoxoPixel-Painter"],
"incompatibilities": [],
"isBundleMod": true,
"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",
"tsyringe": "4.8.0",
"typescript": "5.4",
"winston": "3.12"
}
}