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/Progressive Bot System_backup/user/mods/acidphantasm-progressivebotsystem/package.json
T
2025-01-02 20:23:50 -05:00

33 lines
822 B
JSON

{
"name": "Acids Progressive Bot System",
"version": "1.2.4",
"sptVersion": "~3.10",
"loadBefore": [],
"loadAfter": [
"DanW-SPTQuestingBots"
],
"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",
"tsyringe": "4.8.0",
"typescript": "5.4",
"winston": "3.12"
},
"author": "acidphantasm",
"contributors": [],
"license": "MIT"
}