ClearVision/ServerMod/package.json
2023-09-12 19:06:45 -04:00

25 lines
714 B
JSON

{
"name": "ClearVision",
"version": "2.0.0",
"author": "Limbo",
"license": "CC BY-NC 4.0",
"main": "src/mod.js",
"akiVersion": "~3.6.1",
"isBundleMod": false,
"scripts": {
"setup": "npm i",
"build": "node ./packageBuild.ts"
},
"devDependencies": {
"@types/node": "20.4.5",
"@typescript-eslint/eslint-plugin": "6.2.0",
"@typescript-eslint/parser": "6.2.0",
"bestzip": "2.2.1",
"eslint": "8.46.0",
"fs-extra": "11.1.1",
"glob": "10.3.3",
"tsyringe": "4.8.0",
"typescript": "5.1.6"
}
}