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.
bitwarden-clients/libs/ui/common/package.json

24 lines
483 B

{
"name": "@bitwarden/ui-common",
"version": "0.0.0",
"description": "Low-level utilities for Angular applications",
"keywords": [
"bitwarden"
],
"author": "Bitwarden Inc.",
"homepage": "https://bitwarden.com",
"repository": {
"type": "git",
"url": "https://github.com/bitwarden/clients"
},
"license": "GPL-3.0",
"exports": {
".": {
"import": "./src/index.ts"
},
"./setup-jest": {
"import": "./src/setup-jest.ts"
}
}
}