{
  "name": "@saleshandy/aws-kms-crypto",
  "version": "1.0.7",
  "description": "Package that lets you integrate AWS KMS seamlessly in your javascript project",
  "main": "index.js",
  "contributors": [
    "Vishal Shaw <vishal@saleshandy.com> (https://github.com/vishal-shaw)"
  ],
  "license": "MIT",
  "dependencies": {
    "aws-sdk": "^2.860.0",
    "winston": "^3.3.3"
  },
  "keywords": [
    "aws kms",
    "hsm",
    "encryption",
    "decryption",
    "cloudhsm"
  ],
  "types": "./dist/index.d.ts",
  "devDependencies": {
    "typescript": "^4.2.3"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/saleshandy/aws-kms-crypto.git"
  },
  "author": "",
  "bugs": {
    "url": "https://github.com/saleshandy/aws-kms-crypto/issues"
  },
  "homepage": "https://github.com/saleshandy/aws-kms-crypto#readme"
}
