19 lines
563 B
JSON
19 lines
563 B
JSON
|
|
{
|
||
|
|
"name": "dragonflight-premiere-panel-build",
|
||
|
|
"version": "0.0.0",
|
||
|
|
"private": true,
|
||
|
|
"description": "Build pipeline for the Dragonflight Premiere Pro CEP panel — produces a signed .zxp and a Windows .exe installer.",
|
||
|
|
"type": "module",
|
||
|
|
"scripts": {
|
||
|
|
"build:zxp": "node build-zxp.mjs",
|
||
|
|
"build:exe": "pwsh -NoProfile -ExecutionPolicy Bypass -File build-installer.ps1",
|
||
|
|
"build": "pwsh -NoProfile -ExecutionPolicy Bypass -File build-all.ps1"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"zxp-sign-cmd": "^0.2.2"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">=18"
|
||
|
|
}
|
||
|
|
}
|