mizflow
Version:
DCS mission dynamic script injection and distribution tool
55 lines (54 loc) • 1.04 kB
JSON
{
"name": "mizflow",
"version": "0.1.7",
"type": "module",
"keywords": [
"mizflow",
"mizflow-cli",
"dcs",
"dcs-world",
"mission",
"mission-editor",
"lua",
"miz",
"automation",
"scripting",
"game-modding",
"mission-generator",
"debugger",
"tools",
"cli",
"nodejs"
],
"devDependencies": {
"@types/adm-zip": "^0.5.7",
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.17.16"
},
"peerDependencies": {
"typescript": "^5"
},
"dependencies": {
"adm-zip": "^0.5.16",
"commander": "^13.1.0",
"enquirer": "^2.4.1",
"fs-extra": "^11.3.0",
"lodash": "^4.17.21",
"ora": "^8.2.0"
},
"bin": {
"mizflow": "bin/cli.js"
},
"exports": {
".": "./dist/index.js"
},
"files": [
"bin",
"dist"
],
"scripts": {
"dist": "bun build src/*.ts --outdir dist --minify --target=node",
"dist-static": "cmd /c safe-copy.cmd static dist/static",
"clean-dist": "rm -rf dist && bun dist && bun dist-static"
}
}