ClearVision/package.json

25 lines
715 B
JSON
Raw Normal View History

2021-09-30 01:53:19 -04:00
{
2022-07-09 16:19:35 -04:00
"name": "clearvision",
"version": "1.5.0",
2022-07-09 16:03:26 -04:00
"author": "Limbo",
"license": "CC BY-NC 4.0",
"main": "src/mod.js",
"akiVersion": "3.5.7",
2022-07-09 16:03:26 -04:00
"isBundleMod": true,
"scripts": {
2023-05-18 16:35:20 -04:00
"setup": "npm i",
"build": "node ./packageBuild.ts"
2022-07-09 16:03:26 -04:00
},
"devDependencies": {
"@types/node": "16.18.10",
"@typescript-eslint/eslint-plugin": "5.46.1",
"@typescript-eslint/parser": "5.46.1",
2022-11-20 15:01:16 -05:00
"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"
2022-07-09 16:03:26 -04:00
}
}