2022-09-11 16:45:21 +01:00

25 lines
592 B
JSON

{
"name": "BundleLoading",
"version": "1.0.0",
"author": "Chomp",
"license": "MIT",
"main": "src/mod.js",
"akiVersion": "3.2.3",
"isBundleMod": true,
"scripts": {
"setup": "npm i",
"build": "node ./packageBuild.ts"
},
"devDependencies": {
"@types/node": "^14.15.3",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"bestzip": "2.2.1",
"eslint": "7.26.0",
"fs-extra": "^10.1.0",
"glob": "^8.0.3",
"tsyringe": "4.6.0",
"typescript": "4.6.4"
}
}