spt_modpack/user/mods/DanW-SPTQuestingBots/package.json
2025-07-18 15:46:58 -05:00

28 lines
730 B
JSON

{
"name": "SPTQuestingBots",
"version": "0.10.2",
"main": "src/mod.js",
"license": "MIT",
"author": "DanW",
"sptVersion": ">=3.11.2 <3.12.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"
}
}