1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-11 05:53:42 +00:00
Files
browser/libs/unlock/package.json
Bernd Schoolmann babe20af06 Add unlock service
2026-01-20 17:48:13 +01:00

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