{
    "name": "TraderModding",
    "version": "1.8.0",
    "main": "src/mod.js",
    "license": "MIT",
    "author": "ChooChoo",
    "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",
		"bestzip": "2.2.1",
        "eslint": "8.57",
        "fs-extra": "^11.1",
		"glob": "8.0.3",
        "tsyringe": "4.8.0",
        "typescript": "5.4"
    }
}