ScavXpCounts/package.json

26 lines
675 B
JSON
Raw Normal View History

2023-08-17 19:49:16 -06:00
{
"name": "ScavXpCounts",
2024-02-23 19:26:16 -07:00
"version": "1.1.0",
2023-08-17 19:49:16 -06:00
"main": "src/mod.js",
"license": "MIT",
"author": "gasmo",
2024-02-23 15:06:00 -07:00
"akiVersion": "3.7.6",
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-02-23 19:26:16 -07:00
"@types/node": "18.18.4",
"@typescript-eslint/eslint-plugin": "6.7.5",
"@typescript-eslint/parser": "6.7.5",
"archiver": "^6.0",
"eslint": "8.51.0",
"fs-extra": "^11.1",
"ignore": "^5.2",
"os": "^0.1",
2023-08-17 19:49:16 -06:00
"tsyringe": "4.8.0",
2024-02-23 19:26:16 -07:00
"typescript": "5.2.2",
"winston": "3.11.0"
2023-08-17 19:49:16 -06:00
}
}