mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-02 08:40:08 +01:00
7b4faeaaca
* Update npm minor * Do not update past prettier major version --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Matt Gibson <mgibson@bitwarden.com>
32 lines
761 B
JSON
32 lines
761 B
JSON
{
|
|
"name": "@bitwarden/desktop-native",
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"scripts": {
|
|
"build": "napi build --release --platform --js false",
|
|
"build:debug": "napi build --platform --js false",
|
|
"build:cross-platform": "node build.js",
|
|
"test": "cargo test"
|
|
},
|
|
"author": "",
|
|
"license": "GPL-3.0",
|
|
"devDependencies": {
|
|
"@napi-rs/cli": "2.16.2"
|
|
},
|
|
"napi": {
|
|
"name": "desktop_native",
|
|
"triples": {
|
|
"defaults": true,
|
|
"additional": [
|
|
"x86_64-unknown-linux-musl",
|
|
"aarch64-unknown-linux-gnu",
|
|
"i686-pc-windows-msvc",
|
|
"armv7-unknown-linux-gnueabihf",
|
|
"aarch64-apple-darwin",
|
|
"aarch64-unknown-linux-musl",
|
|
"aarch64-pc-windows-msvc"
|
|
]
|
|
}
|
|
}
|
|
}
|