spt_modpack/user/mods/AlgorithmicLevelProgression/package.json
2025-07-18 15:52:20 -05:00

28 lines
672 B
JSON

{
"name": "AlgorithmicLevelProgression",
"version": "5.5.0-RC1",
"main": "src/mod.js",
"license": "MIT",
"author": "DewardianDev",
"sptVersion": "^3.11.x",
"scripts": {
"build": "node ./packageBuild.ts"
},
"devDependencies": {
"@types/node": "20.11",
"@semantic-release/git": "^10.0.1",
"semantic-release": "^24.2.0",
"@typescript-eslint/eslint-plugin": "7.2",
"@typescript-eslint/parser": "7.2",
"archiver": "^6.0",
"bestzip": "2.2.1",
"eslint": "8.57",
"fs-extra": "11.2",
"glob": "8.0.3",
"ignore": "^5.2",
"os": "^0.1",
"tsyringe": "4.8.0",
"typescript": "5.4",
"winston": "3.12"
}
}