{
    "name": "Carl-300 Blackout Expansion",
    "version": "1.1.5",
    "isBundleMod": true,
    "author": "Goewert",
    "contributors": ["300 Blackout Expansion","carl makes mods", "Mighty_Condor"],
    "main": "src/mod.js",
    "license": "University of Illinois/NCSA Open Source License",
    "loadBefore": [],
	"loadAfter": [],
	"incompatibilities": [],
    "sptVersion": "3.9.X",
    "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",
        "os": "^0.1",
        "tsyringe": "4.8.0",
        "typescript": "5.4",
        "winston": "3.12"
    }
}