28 lines
820 B
JSON
28 lines
820 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/auth": "file:../../../../auth",
|
|
"@bitwarden/vault-export-core": "file:../vault-export-core",
|
|
"@bitwarden/admin-console-common": "file:../../../../admin-console/src/common"
|
|
}
|
|
}
|