2021-09-30 01:53:19 -04:00
|
|
|
{
|
2022-07-09 16:19:35 -04:00
|
|
|
"name": "clearvision",
|
2023-05-18 16:31:40 -04:00
|
|
|
"version": "1.4.0",
|
2022-07-09 16:03:26 -04:00
|
|
|
"author": "Limbo",
|
|
|
|
"license": "CC BY-NC 4.0",
|
|
|
|
"main": "src/mod.js",
|
2023-05-18 16:31:40 -04:00
|
|
|
"akiVersion": "3.5.6",
|
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": {
|
2023-05-18 16:31:40 -04:00
|
|
|
"@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",
|
2023-05-18 16:31:40 -04:00
|
|
|
"eslint": "8.30.0",
|
|
|
|
"fs-extra": "11.1.0",
|
2022-11-20 15:01:16 -05:00
|
|
|
"glob": "8.0.3",
|
|
|
|
"tsyringe": "4.7.0",
|
2023-05-18 16:31:40 -04:00
|
|
|
"typescript": "4.9.4"
|
2022-07-09 16:03:26 -04:00
|
|
|
}
|
|
|
|
}
|