ClearVision/ServerMod/package.json

25 lines
716 B
JSON
Raw Normal View History

2021-09-30 01:53:19 -04:00
{
2023-09-12 19:06:45 -04:00
"name": "ClearVision",
2023-09-17 14:55:52 -04:00
"version": "2.0.2",
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",
2023-09-02 23:20:57 -04:00
"akiVersion": "~3.6.1",
2023-09-17 21:16:29 -04:00
"isBundleMod": true,
2022-07-09 16:03:26 -04:00
"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-09-02 23:20:57 -04:00
"@types/node": "20.4.5",
"@typescript-eslint/eslint-plugin": "6.2.0",
"@typescript-eslint/parser": "6.2.0",
2022-11-20 15:01:16 -05:00
"bestzip": "2.2.1",
2023-09-02 23:20:57 -04:00
"eslint": "8.46.0",
"fs-extra": "11.1.1",
"glob": "10.3.3",
"tsyringe": "4.8.0",
"typescript": "5.1.6"
2022-07-09 16:03:26 -04:00
}
}