ScavXpCounts/package.json

26 lines
660 B
JSON
Raw Normal View History

2023-08-17 19:49:16 -06:00
{
"name": "ScavXpCounts",
2024-04-19 21:23:52 -06:00
"version": "1.1.0",
2023-08-17 19:49:16 -06:00
"main": "src/mod.js",
"license": "MIT",
"author": "gasmo",
2024-04-19 21:23:52 -06:00
"akiVersion": "3.8",
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",
"os": "^0.1",
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"
2023-08-17 19:49:16 -06:00
}
}