1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-11 05:53:42 +00:00
Files
browser/apps/desktop/src/package.json
Github Actions 4850e8eb9a Bumped client version(s)
(cherry picked from commit 93f601fa0d)
(cherry picked from commit d7908475376eebcf12b16c2bf8f643854e51ca93)
2025-02-11 16:10:19 -05:00

18 lines
516 B
JSON

{
"name": "@bitwarden/desktop",
"productName": "Bitwarden",
"description": "A secure and free password manager for all of your devices.",
"version": "2025.2.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": "git+https://github.com/bitwarden/clients.git"
},
"dependencies": {
"@bitwarden/desktop-napi": "file:../desktop_native/napi"
}
}