{
    "name": "Skills Extended",
    "version": "1.3.2",
    "main": "src/mod.js",
    "license": "CC BY-NC-ND 4.0",
    "author": "dirtbikercj",
    "sptVersion": "~3.9",
    "isBundleMod": true,
    "loadBefore": [],
    "loadAfter": [],
    "incompatibilities": [],
    "contributors": [],
    "scripts": {
        "setup": "npm i",
        "build": "node ./packageBuild.ts",
        "buildinfo": "node ./packageBuild.ts --verbose"
    },
    "devDependencies": {
        "@types/node": "18.18.4",
        "@typescript-eslint/eslint-plugin": "6.7.5",
        "@typescript-eslint/parser": "6.7.5",
        "archiver": "^6.0",
        "eslint": "8.51.0",
        "fs-extra": "^11.1",
        "ignore": "^5.2",
        "os": "^0.1",
        "tsyringe": "4.8.0",
        "typescript": "5.2.2",
        "winston": "3.11.0",
        "bestzip": "^2.2.1"
    },
    "dependencies": {
    }
}
