2022-05-16 17:31:22 +01:00
|
|
|
{
|
2022-05-26 11:31:30 +01:00
|
|
|
"name": "UseACustomConfigFile",
|
|
|
|
"version": "1.0.0",
|
2024-11-26 15:03:02 +00:00
|
|
|
"sptVersion": "~3.10",
|
2024-05-21 18:07:13 +00:00
|
|
|
"loadBefore": [],
|
|
|
|
"loadAfter": [],
|
|
|
|
"incompatibilities": [],
|
|
|
|
"isBundleMod": false,
|
2022-05-26 11:31:30 +01:00
|
|
|
"main": "src/mod.js",
|
|
|
|
"scripts": {
|
2022-08-31 22:28:48 -04:00
|
|
|
"setup": "npm i",
|
2023-10-08 21:07:25 +00:00
|
|
|
"build": "node ./build.mjs",
|
|
|
|
"buildinfo": "node ./build.mjs --verbose"
|
2022-05-26 11:31:30 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-04-04 21:29:42 +00:00
|
|
|
"@types/node": "20.11",
|
|
|
|
"@typescript-eslint/eslint-plugin": "7.2",
|
|
|
|
"@typescript-eslint/parser": "7.2",
|
2023-10-08 21:07:25 +00:00
|
|
|
"archiver": "^6.0",
|
2024-04-04 21:29:42 +00:00
|
|
|
"eslint": "8.57",
|
|
|
|
"fs-extra": "11.2",
|
2023-10-08 21:07:25 +00:00
|
|
|
"ignore": "^5.2",
|
2023-07-29 14:17:31 +01:00
|
|
|
"tsyringe": "4.8.0",
|
2024-04-04 21:29:42 +00:00
|
|
|
"typescript": "5.4",
|
|
|
|
"winston": "3.12"
|
2024-05-21 18:07:13 +00:00
|
|
|
},
|
|
|
|
"author": "Chomp",
|
|
|
|
"contributors": [],
|
|
|
|
"license": "MIT"
|
2023-10-08 21:07:25 +00:00
|
|
|
}
|