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.
 

35 lines
747 B

{
"name": "bitwarden-dmenu",
"version": "1.4.0",
"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": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "git ls-files '*.js' '*.json' | xargs prettier -l"
},
"dependencies": {
"@bitwarden/cli": "^1.7.4",
"clipboardy": "^1.2.3",
"minimist": "^1.2.0"
},
"engines": {
"node": ">=8"
},
"devDependencies": {
"prettier": "^1.14.3"
}
}