32 lines
754 B
JSON
Raw Normal View History

2022-05-27 16:43:28 +01:00
{
2022-05-28 12:48:58 +01:00
"name": "BundleLoading",
2022-05-27 16:43:28 +01:00
"version": "1.0.0",
2022-05-28 12:48:58 +01:00
"author": "Chomp",
"license": "MIT",
2022-05-27 16:43:28 +01:00
"main": "src/mod.js",
2022-05-28 12:48:58 +01:00
"isBundleMod": true,
"akiVersion": "~3.8",
"loadBefore": [],
"loadAfter": [],
"incompatibilities": [],
"contributors": [],
"scripts": {
"setup": "npm i",
"build": "node ./build.mjs",
"buildinfo": "node ./build.mjs --verbose"
2022-05-28 12:48:58 +01:00
},
"devDependencies": {
"@types/node": "20.11",
"@typescript-eslint/eslint-plugin": "7.2",
"@typescript-eslint/parser": "7.2",
"archiver": "^6.0",
"eslint": "8.57",
"fs-extra": "11.2",
"ignore": "^5.2",
"os": "^0.1",
"tsyringe": "4.8.0",
"typescript": "5.4",
"winston": "3.12"
2022-05-28 12:48:58 +01:00
}
}