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

6 years ago
4 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.5.9",
  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. "format": "prettier --write --ignore-path=.gitignore '**/*.{json,ts,js}'",
  22. "format:check": "prettier --check --ignore-path=.gitignore '**/*.{json,ts,js}'",
  23. "test": "echo \"Error: no test specified\" && exit 1"
  24. },
  25. "dependencies": {
  26. "@bitwarden/cli": "^1.12.1",
  27. "clipboardy": "^1.2.3",
  28. "minimist": "^1.2.5",
  29. "otpauth": "^6.2.3",
  30. "otpauth-uri-parser": "^1.0.1"
  31. },
  32. "engines": {
  33. "node": ">=8"
  34. },
  35. "devDependencies": {
  36. "prettier": "^2.1.2"
  37. }
  38. }