mirror of
https://github.com/bitwarden/browser
synced 2026-01-02 08:33:43 +00:00
Move desktop into apps/desktop
This commit is contained in:
19
apps/desktop/src/package.json
Normal file
19
apps/desktop/src/package.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "@bitwarden/desktop",
|
||||
"productName": "Bitwarden",
|
||||
"description": "A secure and free password manager for all of your devices.",
|
||||
"version": "1.33.1",
|
||||
"author": "Bitwarden Inc. <hello@bitwarden.com> (https://bitwarden.com)",
|
||||
"homepage": "https://bitwarden.com",
|
||||
"license": "GPL-3.0",
|
||||
"main": "main.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/bitwarden/desktop"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nodert-win10-rs4/windows.security.credentials.ui": "^0.4.4",
|
||||
"forcefocus": "^1.1.0",
|
||||
"keytar": "^7.9.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user