Update package json

This commit is contained in:
LimboFPS 2023-09-02 23:01:56 -04:00
parent 548c6e95ff
commit 8122825612

View File

@ -1,24 +1,24 @@
{
"name": "clearvision",
"version": "1.5.0",
"version": "1.6.0",
"author": "Limbo",
"license": "CC BY-NC 4.0",
"main": "src/mod.js",
"akiVersion": "3.5.7",
"akiVersion": "~3.6.1",
"isBundleMod": true,
"scripts": {
"setup": "npm i",
"build": "node ./packageBuild.ts"
},
"devDependencies": {
"@types/node": "16.18.10",
"@typescript-eslint/eslint-plugin": "5.46.1",
"@typescript-eslint/parser": "5.46.1",
"@types/node": "20.4.5",
"@typescript-eslint/eslint-plugin": "6.2.0",
"@typescript-eslint/parser": "6.2.0",
"bestzip": "2.2.1",
"eslint": "8.30.0",
"fs-extra": "11.1.0",
"glob": "8.0.3",
"tsyringe": "4.7.0",
"typescript": "4.9.4"
"eslint": "8.46.0",
"fs-extra": "11.1.1",
"glob": "10.3.3",
"tsyringe": "4.8.0",
"typescript": "5.1.6"
}
}