bitwarden-cli-bio 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +15 -0
package/package.json ADDED
@@ -0,0 +1,15 @@
1
+ {
2
+ "name": "bitwarden-cli-bio",
3
+ "version": "0.0.1",
4
+ "description": "A CLI wrapper for Bitwarden that adds biometric unlock support via the Desktop app",
5
+ "main": "index.js",
6
+ "keywords": [
7
+ "bitwarden",
8
+ "cli",
9
+ "biometrics",
10
+ "touchid",
11
+ "windows-hello"
12
+ ],
13
+ "author": "Jean Regisser",
14
+ "license": "MIT"
15
+ }