37 lines
1020 B
JSON
37 lines
1020 B
JSON
{
|
|
"name": "InsuranceTweaks",
|
|
"version": "0.0.3",
|
|
"sptVersion": "~3.9",
|
|
"loadBefore": [],
|
|
"loadAfter": [],
|
|
"incompatibilities": [],
|
|
"isBundleMod": false,
|
|
"main": "src/insurancetweaks.js",
|
|
"scripts": {
|
|
"setup": "npm i",
|
|
"build": "node ./build.mjs",
|
|
"buildinfo": "node ./build.mjs --verbose"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "20.11",
|
|
"@typescript-eslint/eslint-plugin": "7.2",
|
|
"@typescript-eslint/parser": "7.2",
|
|
"archiver": "^6.0",
|
|
"eslint": "8.57",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-import-resolver-typescript": "^3.6.1",
|
|
"eslint-plugin-import": "^2.29.1",
|
|
"eslint-plugin-prettier": "^5.1.3",
|
|
"fs-extra": "11.2",
|
|
"ignore": "^5.2",
|
|
"json5": "^2.2.3",
|
|
"prettier": "^3.3.3",
|
|
"tsyringe": "4.8.0",
|
|
"typescript": "5.4",
|
|
"winston": "3.12"
|
|
},
|
|
"author": "0xNES",
|
|
"contributors": [],
|
|
"license": "MIT"
|
|
}
|