mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
c6327d7f12
* PM-6780 - Create vault-export-ui package * Migrate export-scope-callout to CL - Move export-scope-callout.component to vault-export-UI - Use bit-callout instead of app-callout - Make component standalone - Remove from jslib.module - Prefix selector with team-name - Export it from vault-export-ui * Update usage of tools-export-scope-callout for desktop * Update usage of tools-export-scope-callout for web * Update usage of tools-export-scope-callout for browser * Change package description --------- Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
26 lines
688 B
JSON
26 lines
688 B
JSON
{
|
|
"name": "@bitwarden/vault-export-ui",
|
|
"version": "0.0.0",
|
|
"description": "Angular components for the Bitwarden vault exporter",
|
|
"keywords": [
|
|
"bitwarden"
|
|
],
|
|
"author": "Bitwarden Inc.",
|
|
"homepage": "https://bitwarden.com",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/bitwarden/clients"
|
|
},
|
|
"license": "GPL-3.0",
|
|
"scripts": {
|
|
"clean": "rimraf dist",
|
|
"build": "npm run clean && tsc",
|
|
"build:watch": "npm run clean && tsc -watch"
|
|
},
|
|
"dependencies": {
|
|
"@bitwarden/common": "file:../../../../common",
|
|
"@bitwarden/angular": "file:../../../../angular",
|
|
"@bitwarden/vault-export-core": "file:../vault-export-core"
|
|
}
|
|
}
|