{
  "name": "zest-encryption",
  "version": "1.0.14",
  "description": "Hybrid encryption powered by RSA and AES",
  "main": "index.js",
  "scripts": {
    "test": "node test.js",
    "contributors:add": "all-contributors add",
    "contributors:generate": "all-contributors generate"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mnkrcc/zest.git"
  },
  "exports": {
    "require": "./index.js",
    "import": "./index.mjs"
  },
  "keywords": [
    "encrypt",
    "encryption",
    "simple",
    "AES",
    "RSA",
    "Zest",
    "hybrid"
  ],
  "author": "Vihanga Weerasinghe (vihanga@mnkr.cc)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mnkrcc/zest/issues"
  },
  "homepage": "https://github.com/mnkrcc/zest#readme",
  "devDependencies": {
    "all-contributors-cli": "^6.26.1"
  },
  "dependencies": {
    "sha256": "^0.2.0"
  }
}
