{
  "name": "sop-openpgp-js",
  "version": "0.1.1",
  "description": "Implementation of the [Stateless OpenPGP Command Line Interface] for [openpgp-js].",
  "main": "lib/decrypt.js",
  "bin": {
    "sop-openpgp": "bin/sop-openpgp"
  },
  "directories": {
    "test": "test",
    "lib": "lib"
  },
  "scripts": {
    "test": "test/run"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sambacha/sop-openpgp-js.git"
  },
  "keywords": [],
  "author": "",
  "license": "GPL-2.0",
  "bugs": {
    "url": "https://github.com/sambacha/sop-openpgp-js/issues"
  },
  "homepage": "https://github.com/sambacha/sop-openpgp-js#readme",
  "dependencies": {
    "openpgp": "^4.10.8",
    "yargs": "^16.1.0"
  },
  "devDependencies": {
    "coveralls": "^3.1.0",
    "istanbul": "^0.4.5",
    "mocha": "^8.2.0",
    "prettier": "2.1.2",
    "tape": "^5.0.1"
  }
}
