31 lines
768 B
JSON
Raw Normal View History

2022-05-16 17:31:22 +01:00
{
"name": "ReferenceAnotherClass",
"version": "1.0.0",
"main": "src/mod.js",
"license": "MIT",
"author": "Chomp",
2024-03-16 16:24:36 +00:00
"akiVersion": "~3.8",
"loadBefore": [],
"loadAfter": [],
"incompatibilities": [],
"contributors": [],
"scripts": {
"setup": "npm i",
"build": "node ./build.mjs",
"buildinfo": "node ./build.mjs --verbose"
},
"devDependencies": {
"@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",
"tsyringe": "4.8.0",
"typescript": "5.2.2",
"winston": "3.11.0"
}
}