You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
583 B
21 lines
583 B
{ |
|
"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": {} |
|
}
|
|
|