24 lines
588 B
JSON
24 lines
588 B
JSON
{
|
|
"name": "13AddTrader",
|
|
"version": "1.0.0",
|
|
"main": "src/mod.js",
|
|
"license": "MIT",
|
|
"author": "Shirito",
|
|
"akiVersion": "3.2.3",
|
|
"scripts": {
|
|
"setup": "npm i",
|
|
"build": "node ./packageBuild.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^14.15.3",
|
|
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
|
"@typescript-eslint/parser": "^4.33.0",
|
|
"bestzip": "2.2.1",
|
|
"eslint": "7.26.0",
|
|
"fs-extra": "^10.1.0",
|
|
"glob": "^8.0.3",
|
|
"tsyringe": "4.6.0",
|
|
"typescript": "4.6.4"
|
|
}
|
|
}
|