-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 757 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 757 Bytes
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
{
"name": "ofcra-presets",
"version": "1.3.0",
"description": "OFCRA Arma 3 Launcher presets generated from OFCRA ArmA3Sync events.",
"main": "server",
"scripts": {
"start": "node server",
"dev": "tsc-watch --onSuccess \"node server.js\"",
"build": "tsc"
},
"keywords": [],
"author": "a-sync@devs.space",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@commonify/lowdb": "^3.0.0",
"arma-class-parser": "^1.1.1",
"esm": "^3.2.25",
"got": "^11.8.6",
"he": "^1.2.0",
"java.io": "^2.4.0"
},
"devDependencies": {
"@types/he": "^1.2.3",
"@types/node": "^16",
"@types/utf8": "^3.0.1",
"tsc-watch": "^4.6.0",
"typescript": "^4.5.5"
},
"engines": {
"node": ">=16.0.0"
}
}