{
  "name": "keytar-cli",
  "version": "0.1.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "bin": {
    "keytar": "./index.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mattrenaud/keytar-cli.git"
  },
  "keywords": ["keytar", "keychain", "secret", "password", "secrets", "passwords"],
  "author": "",
  "license": "MIT",
  "dependencies": {
    "keytar": "^4.3.0",
    "prompt": "^1.0.0",
    "yargs": "^12.0.5"
  }
}
