This repository has been archived on 2026-08-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Fika-Tarkov/mods/Questing Bots/user/mods/DanW-SPTQuestingBots/package.json
T
Rage a5ec6f3db1 Disabled, Updated & Removed Some Mods
Added
- Questing Bots (Testing for now, not officially released, so it may be buggy somewhat)

Updated
- Waypoints
- Load Order

Removed
- Headshot Darkness
   - Seems that this just doesn't function w/Fika, which makes sense as it force ends a raid when you die to a headshot.
- Mod Backups

Disabled
- Performance Improvements
   - Seems this is funky still and it's safer to just have it disabled, doesn't really offer that much of a performance increase either.
2025-01-17 19:35:05 -05:00

29 lines
729 B
JSON

{
"name": "SPTQuestingBots",
"version": "0.9.0",
"main": "src/mod.js",
"license": "MIT",
"author": "DanW",
"sptVersion": ">=3.10.0 <3.11.0",
"loadBefore": [],
"loadAfter": [],
"incompatibilities": ["Andrudis-QuestManiac"],
"isBundleMod": false,
"scripts": {
"setup": "npm i",
"build": "node ./packageBuild.ts"
},
"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"
}
}