mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-05 09:10:53 +01:00
20 lines
450 B
JSON
20 lines
450 B
JSON
{
|
|
"name": "desktop_native",
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"main": "index.node",
|
|
"scripts": {
|
|
"build": "napi build --release --js true",
|
|
"build-debug": "npm run build --",
|
|
"build-release": "npm run build -- --release",
|
|
"install": "npm run build-release",
|
|
"test": "cargo test"
|
|
},
|
|
"author": "",
|
|
"license": "GPL-3.0",
|
|
"devDependencies": {
|
|
"@napi-rs/cli": "^2.4.4",
|
|
"cargo-cp-artifact": "^0.1"
|
|
}
|
|
}
|