ScavXpCounts/package.json

30 lines
761 B
JSON
Raw Normal View History

2023-08-17 19:49:16 -06:00
{
"name": "ScavXpCounts",
2024-11-12 11:51:30 -07:00
"version": "1.2.0",
2023-08-17 19:49:16 -06:00
"main": "src/mod.js",
"license": "MIT",
"author": "gasmo",
2024-11-12 11:51:30 -07:00
"sptVersion": "~3.9",
"loadBefore": [],
"loadAfter": [],
"incompatibilities": [],
"isBundleMod": false,
2023-08-17 19:49:16 -06:00
"scripts": {
"setup": "npm i",
2024-02-23 19:26:16 -07:00
"build": "node ./build.mjs",
"buildinfo": "node ./build.mjs --verbose"
2023-08-17 19:49:16 -06:00
},
"devDependencies": {
2024-04-19 21:23:52 -06:00
"@types/node": "20.11",
"@typescript-eslint/eslint-plugin": "7.2",
"@typescript-eslint/parser": "7.2",
2024-02-23 19:26:16 -07:00
"archiver": "^6.0",
2024-04-19 21:23:52 -06:00
"eslint": "8.57",
"fs-extra": "11.2",
2024-02-23 19:26:16 -07:00
"ignore": "^5.2",
2023-08-17 19:49:16 -06:00
"tsyringe": "4.8.0",
2024-04-19 21:23:52 -06:00
"typescript": "5.4",
"winston": "3.12"
2024-11-12 11:51:30 -07:00
},
"contributors": []
2023-08-17 19:49:16 -06:00
}