dmenu for bitwarden-cli
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.
 

38 lines
908 B

{
"name": "bitwarden-dmenu",
"version": "1.5.9",
"description": "dmenu for bitwarden password manager.",
"keywords": [
"bitwarden",
"cli",
"dmenu"
],
"repository": {
"type": "git",
"url": "https://github.com/andykais/bitwarden-dmenu.git"
},
"license": "MIT",
"author": "Andrew Kaiser",
"main": "src/index.js",
"bin": {
"bitwarden-dmenu": "bin/cli.js"
},
"scripts": {
"format": "prettier --write --ignore-path=.gitignore '**/*.{json,ts,js}'",
"format:check": "prettier --check --ignore-path=.gitignore '**/*.{json,ts,js}'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@bitwarden/cli": "^1.12.1",
"clipboardy": "^1.2.3",
"minimist": "^1.2.5",
"otpauth": "^6.2.3",
"otpauth-uri-parser": "^1.0.1"
},
"engines": {
"node": ">=8"
},
"devDependencies": {
"prettier": "^2.1.2"
}
}