31 lines
747 B
JSON
Raw Normal View History

2022-06-04 23:04:12 -04:00
{
"name": "13AddTrader",
"version": "1.0.0",
"main": "src/mod.js",
"license": "MIT",
"author": "Shirito",
2024-03-16 16:24:36 +00:00
"akiVersion": "~3.8",
"loadBefore": [],
"loadAfter": [],
"incompatibilities": [],
"contributors": [],
2022-06-04 23:04:12 -04:00
"scripts": {
"setup": "npm i",
"build": "node ./build.mjs",
"buildinfo": "node ./build.mjs --verbose"
2022-06-04 23:04:12 -04:00
},
"devDependencies": {
2024-03-16 16:30:11 +00:00
"@types/node": "20.11",
"@typescript-eslint/eslint-plugin": "7.2",
"@typescript-eslint/parser": "7.2",
"archiver": "^6.0",
2024-03-16 16:30:11 +00:00
"eslint": "8.57",
"fs-extra": "11.2",
"ignore": "^5.2",
"os": "^0.1",
"tsyringe": "4.8.0",
2024-03-16 16:30:11 +00:00
"typescript": "5.4",
"winston": "3.12"
2022-06-04 23:04:12 -04:00
}
}