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

6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
  1. {
  2. "name": "bitwarden-dmenu",
  3. "version": "1.4.0",
  4. "description": "dmenu for bitwarden password manager.",
  5. "keywords": [
  6. "bitwarden",
  7. "cli",
  8. "dmenu"
  9. ],
  10. "repository": {
  11. "type": "git",
  12. "url": "https://github.com/andykais/bitwarden-dmenu.git"
  13. },
  14. "license": "MIT",
  15. "author": "Andrew Kaiser",
  16. "main": "src/index.js",
  17. "bin": {
  18. "bitwarden-dmenu": "bin/cli.js"
  19. },
  20. "scripts": {
  21. "test": "echo \"Error: no test specified\" && exit 1",
  22. "lint": "git ls-files '*.js' '*.json' | xargs prettier -l"
  23. },
  24. "dependencies": {
  25. "@bitwarden/cli": "^1.7.4",
  26. "clipboardy": "^1.2.3",
  27. "minimist": "^1.2.0"
  28. },
  29. "engines": {
  30. "node": ">=8"
  31. },
  32. "devDependencies": {
  33. "prettier": "^1.14.3"
  34. }
  35. }