ClearVision/package.json

25 lines
715 B
JSON
Raw Permalink Normal View History

2021-09-30 01:53:19 -04:00
{
2022-07-09 16:19:35 -04:00
"name": "clearvision",
2023-05-30 19:25:13 -04:00
"version": "1.5.0",
2022-07-09 16:03:26 -04:00
"author": "Limbo",
"license": "CC BY-NC 4.0",
"main": "src/mod.js",
2023-05-30 19:25:13 -04:00
"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": {
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
}
}