ClearVision/ServerMod/package.json

30 lines
781 B
JSON
Raw Normal View History

2021-09-30 01:53:19 -04:00
{
2024-08-17 00:27:14 -04:00
"name": "clearvision",
2024-08-17 00:39:53 -04:00
"version": "2.0.5",
2023-09-17 14:52:52 -04:00
"author": "LimboFPS",
2022-07-09 16:03:26 -04:00
"license": "CC BY-NC 4.0",
"main": "src/mod.js",
2024-08-17 00:39:53 -04:00
"akiVersion": "~3.9",
"loadBefore": [],
"loadAfter": [],
"incompatibilities": [],
2023-09-17 21:16:29 -04:00
"isBundleMod": true,
2022-07-09 16:03:26 -04:00
"scripts": {
2024-08-17 00:27:14 -04:00
"setup": "npm i",
"build": "node ./build.mjs",
"buildinfo": "node ./build.mjs --verbose"
},
2024-08-17 00:39:53 -04:00
"devDependencies": {
2024-08-17 00:27:14 -04:00
"@types/node": "20.11",
"@typescript-eslint/eslint-plugin": "7.2",
"@typescript-eslint/parser": "7.2",
"archiver": "^6.0",
"eslint": "8.57",
"fs-extra": "11.2",
"ignore": "^5.2",
"tsyringe": "4.8.0",
"typescript": "5.4",
"winston": "3.12"
}
2022-07-09 16:03:26 -04:00
}