mirror of
https://github.com/bitwarden/directory-connector
synced 2025-12-05 23:53:21 +00:00
22 lines
583 B
JSON
22 lines
583 B
JSON
{
|
|
"name": "@bitwarden/directory-connector",
|
|
"productName": "Bitwarden Directory Connector",
|
|
"description": "Sync your user directory to your Bitwarden organization.",
|
|
"version": "2.9.5",
|
|
"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"
|
|
},
|
|
"bin": {
|
|
"bwdc": "../build-cli/bwdc.js"
|
|
},
|
|
"pkg": {
|
|
"assets": "../build-cli/**/*"
|
|
},
|
|
"dependencies": {}
|
|
}
|