ScavXpCounts/package.json

23 lines
579 B
JSON
Raw Normal View History

2023-08-17 19:49:16 -06:00
{
"name": "ScavXpCounts",
2023-10-17 23:49:54 -06:00
"version": "1.0.2",
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",
"build": "node ./packageBuild.ts"
},
"devDependencies": {
"@types/node": "20.4.5",
"@typescript-eslint/eslint-plugin": "6.2.0",
"@typescript-eslint/parser": "6.2.0",
"bestzip": "2.2.1",
"eslint": "8.46.0",
"fs-extra": "11.1.1",
"glob": "10.3.3",
"tsyringe": "4.8.0",
"typescript": "5.1.6"
}
}