-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
47 lines (47 loc) · 1.05 KB
/
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
40
41
42
43
44
45
46
47
{
"name": "veaf-mission-creation-tools",
"version": "5.71.0",
"description": "A set of tools that help set up a and run dynamic missions",
"main": "src/nodejs/app.js",
"bin": {
"veaf-tools": "src/nodejs/app.js"
},
"directories": {
"doc": "doc"
},
"scripts": {
"start": "node ./src/nodejs/app.js",
"bda": "node ./src/nodejs/bda.js"
},
"files": [
"src/nodejs",
"src/scripts",
"published",
"README.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/VEAF/VEAF-Mission-Creation-Tools.git"
},
"keywords": [
"dcs",
"mission-editor",
"script",
"lua"
],
"author": "Mitch, Zip, Rex, Dup",
"license": "ISC",
"bugs": {
"url": "https://github.com/VEAF/VEAF-Mission-Creation-Tools/issues"
},
"homepage": "https://github.com/VEAF/VEAF-Mission-Creation-Tools#readme",
"dependencies": {
"got": "^11.1.4",
"graceful-fs": "^4.1.6",
"jszip": "^3.7.1",
"solar-calc": "^1.1.0",
"universalify": "^2.0.0",
"y18n": "~4.0.1",
"yargs": "~15.3.1"
}
}