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/Looting Bots/user/mods/Skwizzy-LootingBots-ServerMod/package.json
T
2025-05-13 05:33:12 -04:00

23 lines
594 B
JSON

{
"name": "LootingBots-ServerMod",
"version": "1.5.2",
"main": "src/mod.js",
"license": "MIT",
"author": "Skwizzy",
"sptVersion": "~3.11",
"scripts": {
"setup": "npm i",
"build": "node ./packageBuild.ts"
},
"devDependencies": {
"@types/node": "^16.18.18",
"@typescript-eslint/eslint-plugin": "5.46.1",
"@typescript-eslint/parser": "5.46.1",
"bestzip": "2.2.1",
"eslint": "8.30.0",
"fs-extra": "11.1.0",
"glob": "8.0.3",
"tsyringe": "4.7.0",
"typescript": "4.9.4"
}
}