23 lines
583 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",
2022-10-02 23:00:27 +01:00
"akiVersion": "3.2.4",
2022-06-04 23:04:12 -04:00
"scripts": {
"setup": "npm i",
"build": "node ./packageBuild.ts"
2022-06-04 23:04:12 -04:00
},
"devDependencies": {
2022-10-02 23:00:27 +01:00
"@types/node": "16.11.62",
"@typescript-eslint/eslint-plugin": "5.38.1",
"@typescript-eslint/parser": "5.38.1",
"bestzip": "2.2.1",
2022-10-02 23:00:27 +01:00
"eslint": "8.24.0",
"fs-extra": "10.1.0",
"glob": "8.0.3",
"tsyringe": "4.7.0",
"typescript": "4.8.4"
2022-06-04 23:04:12 -04:00
}
2022-10-02 23:00:27 +01:00
}