1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00
Files
browser/libs/ui/common/package.json
Oscar Hinton cec117459b [PM-18599] Forbid unknown property and element in tests (#13556)
Fail tests when relying on unknownProperties or unknownElements. Existing instances are whitelist and have tickets created and assigned to the relevant teams.
2025-02-25 14:02:19 -08:00

24 lines
483 B
JSON

{
"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"
}
}
}