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