forked from stayintarkov/SIT.Aki-Server-Mod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 891 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
{
"name": "sit-coop",
"version": "1.6.1",
"main": "src/StayInTarkovMod.js",
"license": "MIT",
"author": "Paulov",
"akiVersion": "3.8.0",
"engines": {
"node": "18.15.0"
},
"scripts": {
"setup": "npm i",
"build": "node ./packageBuild.ts"
},
"devDependencies": {
"@types/node": "18.18.4",
"@types/ws": "8.5.7",
"@typescript-eslint/eslint-plugin": "6.7.5",
"@typescript-eslint/parser": "6.7.5",
"bestzip": "2.2.1",
"eslint": "8.51.0",
"fs-extra": "11.1.1",
"glob": "10.3.3",
"moment": "^2.29.4",
"selfsigned": "^2.0.1",
"tsyringe": "4.8.0",
"typescript": "5.2.2"
},
"dependencies": {
"cross-fetch-ponyfill": "^1.0.3",
"fast-xml-parser": "^4.3.4",
"ws": "^8.14.2",
"xml2js": "^0.6.2"
}
}