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-10-02 23:00:27 +01:00
|
|
|
"akiVersion": "3.2.4",
|
2022-05-28 12:48:58 +01:00
|
|
|
"isBundleMod": true,
|
2022-08-31 22:28:48 -04:00
|
|
|
"scripts": {
|
|
|
|
"setup": "npm i",
|
|
|
|
"build": "node ./packageBuild.ts"
|
2022-05-28 12:48:58 +01:00
|
|
|
},
|
2022-08-31 22:28:48 -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",
|
2022-08-31 22:28:48 -04:00
|
|
|
"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-05-28 12:48:58 +01:00
|
|
|
}
|
2022-10-02 23:00:27 +01:00
|
|
|
}
|