-
Notifications
You must be signed in to change notification settings - Fork 52
/
package.json
39 lines (39 loc) · 994 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "sit-coop",
"version": "1.6.4",
"main": "src/StayInTarkovMod.js",
"license": "MIT",
"author": "Paulov and SIT Team",
"akiVersion": "~3.8",
"engines": {
"node": "20.11.1"
},
"scripts": {
"setup": "npm i",
"build": "node ./packageBuild.ts"
},
"devDependencies": {
"@types/ws": "8.5.7",
"bestzip": "2.2.1",
"glob": "10.3.3",
"moment": "^2.29.4",
"selfsigned": "^2.0.1",
"@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",
"os": "^0.1",
"tsyringe": "4.8.0",
"typescript": "5.4",
"winston": "3.12"
},
"dependencies": {
"cross-fetch-ponyfill": "^1.0.3",
"fast-xml-parser": "^4.3.4",
"ws": "^8.14.2",
"xml2js": "^0.6.2"
}
}