mirror of
https://github.com/bitwarden/directory-connector
synced 2026-01-09 20:13:20 +00:00
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
23 lines
655 B
JSON
23 lines
655 B
JSON
{
|
|
"name": "@bitwarden/directory-connector",
|
|
"productName": "Bitwarden Directory Connector",
|
|
"description": "Sync your user directory to your Bitwarden organization.",
|
|
"version": "2.9.10",
|
|
"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/directory-connector"
|
|
},
|
|
"dependencies": {
|
|
"browser-hrtime": "^1.1.8",
|
|
"electron-log": "4.4.1",
|
|
"electron-store": "8.0.1",
|
|
"electron-updater": "4.6.1",
|
|
"keytar": "7.7.0",
|
|
"rxjs": "^7.4.0"
|
|
}
|
|
}
|