mirror of
https://github.com/bitwarden/browser
synced 2026-02-27 01:53:23 +00:00
* Add unlock service * Move methods * Prettier * Fix type errors * Prettier * Fix test * Fix module order * Attempt to fix tests * Cleanup CODEOWNERS * Backport biometric unlock and legacy master-key logic * Add tests for biometrics * Prettier * Add biometric unlock to abstract unlock service * Fix build
12 lines
247 B
JSON
12 lines
247 B
JSON
{
|
|
"name": "@bitwarden/unlock",
|
|
"version": "0.0.1",
|
|
"description": "Unlock the account of a user",
|
|
"private": true,
|
|
"type": "commonjs",
|
|
"main": "index.js",
|
|
"types": "index.d.ts",
|
|
"license": "GPL-3.0",
|
|
"author": "key-management"
|
|
}
|