25 lines
592 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-09-11 16:45:21 +01:00
"akiVersion": "3.2.3",
2022-05-28 12:48:58 +01:00
"isBundleMod": true,
"scripts": {
"setup": "npm i",
"build": "node ./packageBuild.ts"
2022-05-28 12:48:58 +01:00
},
"devDependencies": {
2022-05-28 12:48:58 +01:00
"@types/node": "^14.15.3",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"bestzip": "2.2.1",
2022-05-28 12:48:58 +01:00
"eslint": "7.26.0",
"fs-extra": "^10.1.0",
"glob": "^8.0.3",
2022-05-28 12:48:58 +01:00
"tsyringe": "4.6.0",
"typescript": "4.6.4"
2022-05-28 12:48:58 +01:00
}
}