UNPKG

@jtff/extract-mission

Version:

extract mission file in a DCS .miz and translate it to json format

42 lines (41 loc) 1.17 kB
{ "name": "@jtff/extract-mission", "version": "0.1.1", "description": "extract mission file in a DCS .miz and translate it to json format", "scripts": { "start": "env NODE_ENV=production node extract-mission.js", "test": "node extract-mission.js weather_preset tests/in/preset01-syria.miz --hide=false", "testbatch": "node extract-mission.js weather_batch tests/in --hide=true", "postinstall": "node ./post-install.js" }, "files": [ "extract-mission.js", "post-install.js" ], "repository": { "type": "git", "url": "https://gitlab.dt-klanik.com/open-source/jtff/extract-mission.git" }, "bugs": { "url": "https://gitlab.dt-klanik.com/open-source/jtff/extract-mission/-/issues" }, "homepage": "https://gitlab.dt-klanik.com/open-source/jtff/extract-mission", "dependencies": { "@jtff/miztemplate-lib": "latest", "gently-copy": "^3.2.0", "path": "^0.12.7", "yargs": "^17.7.2" }, "main": "main.js", "keywords": [ "DCS", "World", "JTFF", "DCSWorld" ], "author": "Sebastien LONGO", "license": "GPL-3.0-or-later", "devDependencies": { "@types/yargs": "^17.0.24" } }