mirror of
https://github.com/bitwarden/browser
synced 2025-12-25 20:53:22 +00:00
* Reapply "Desktop Native compile debug builds with debug log level (#17357)" (#17815) This reverts commit5386b58f23. * Use release mode if workflow called from upstream * fix bug in build script * revert napi build command to not use --release * forward caller's args to napi * js things * shell thangs * use platform agnostic expansion * Revert "use platform agnostic expansion" This reverts commit5ee629f822. * powershell expansion
26 lines
536 B
JSON
26 lines
536 B
JSON
{
|
|
"name": "@bitwarden/desktop-napi",
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"scripts": {
|
|
"build": "node scripts/build.js",
|
|
"test": "cargo test"
|
|
},
|
|
"author": "",
|
|
"license": "GPL-3.0",
|
|
"devDependencies": {
|
|
"@napi-rs/cli": "3.2.0"
|
|
},
|
|
"napi": {
|
|
"binaryName": "desktop_napi",
|
|
"targets": [
|
|
"aarch64-apple-darwin",
|
|
"aarch64-pc-windows-msvc",
|
|
"aarch64-unknown-linux-gnu",
|
|
"armv7-unknown-linux-gnueabihf",
|
|
"i686-pc-windows-msvc",
|
|
"x86_64-unknown-linux-gnu"
|
|
]
|
|
}
|
|
}
|