{ "name": "bitwarden-dmenu", "version": "1.0.1", "description": "", "keywords": [ "bitwarden", "cli", "dmenu" ], "repository": { "type": "git", "url": "https://github.com/andykais/bitwarden-dmenu.git" }, "license": "MIT", "author": "Andrew Kaiser", "main": "index.js", "bin": { "bitwarden-dmenu": "bin/cli.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "@bitwarden/cli": "^1.3.0", "clipboardy": "^1.2.3", "minimist": "^1.2.0" }, "engines": { "node": ">=8" } }