38 lines
1002 B
JSON
38 lines
1002 B
JSON
{
|
|
"name": "clearvision",
|
|
<<<<<<< HEAD
|
|
"version": "2.0.6",
|
|
"author": "LimboFPS",
|
|
"license": "CC BY-NC 4.0",
|
|
"main": "src/mod.js",
|
|
"akiVersion": "~3.10.x",
|
|
=======
|
|
"version": "2.0.5",
|
|
"author": "LimboFPS",
|
|
"license": "CC BY-NC 4.0",
|
|
"main": "src/mod.js",
|
|
"sptVersion": "~3.9",
|
|
"loadBefore": [],
|
|
"loadAfter": [],
|
|
"incompatibilities": [],
|
|
>>>>>>> 8b338f9de36d43ac2ef5da215cdc74d78c8e8a39
|
|
"isBundleMod": true,
|
|
"scripts": {
|
|
"setup": "npm i",
|
|
"build": "node ./build.mjs",
|
|
"buildinfo": "node ./build.mjs --verbose"
|
|
},
|
|
"devDependencies": {
|
|
"@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"
|
|
}
|
|
}
|