16 lines
576 B
JSON
16 lines
576 B
JSON
{
|
|
"name": "wasm-module",
|
|
"version": "0.0.15",
|
|
"description": "Load Manager WASM module",
|
|
"scripts": {
|
|
"clean": "rimraf ../SimObjects/Airplanes/TFDi_Design_MD-11/panel/load-manager.wasm && rimraf MSFS",
|
|
"build": "MSBuild.exe ./load-manager.sln /p:Platform=MSFS",
|
|
"build:rel": "MSBuild.exe ./load-manager.sln /p:Platform=MSFS /p:Configuration=Release",
|
|
"release": "pnpm clean && npm version patch && pnpm build:rel && node stack-analysis"
|
|
},
|
|
"keywords": [],
|
|
"author": "Kilian Kurt Hofmann",
|
|
"license": "MIT",
|
|
"packageManager": "pnpm@10.25.0"
|
|
}
|