24 lines
586 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,
2023-07-18 18:45:11 +01:00
"akiVersion": "~3.6",
"scripts": {
"setup": "npm i",
"build": "node ./packageBuild.ts"
2022-05-28 12:48:58 +01:00
},
"devDependencies": {
"@types/node": "20.4.5",
"@typescript-eslint/eslint-plugin": "6.2.0",
"@typescript-eslint/parser": "6.2.0",
"bestzip": "2.2.1",
"eslint": "8.46.0",
"fs-extra": "11.1.1",
"glob": "10.3.3",
"tsyringe": "4.8.0",
"typescript": "5.1.6"
2022-05-28 12:48:58 +01:00
}
2022-10-02 23:00:27 +01:00
}