1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-31 16:53:27 +00:00
Files
browser/apps/desktop/src/package.json
bitwarden-devops-bot c2b55e31cf Bumped client version(s)
2026-01-26 16:06:39 +00:00

18 lines
516 B
JSON

{
"name": "@bitwarden/desktop",
"productName": "Bitwarden",
"description": "A secure and free password manager for all of your devices.",
"version": "2026.1.0",
"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"
}
}