{
  "name": "@soinlabs/secrets",
  "version": "0.1.0",
  "main": "index.js",
  "repository": "https://github.com/SoinLabs/secrets.git",
  "author": "SoinLabs <soinlabs@soin.co.cr>",
  "description": "Key management library for SOIN Labs",
  "license": "MIT",
  "dependencies": {
    "aws-sdk": "^2.918.0",
    "standard-error": "^1.1.0",
    "synchronized-promise": "^0.3.1"
  },
  "keywords": [
    "secrets",
    "aws",
    "aws-sdk",
    "vault",
    "keys",
    "key"
  ],
  "devDependencies": {
    "jest": "^27.0.3",
    "nodemon": "^2.0.7",
    "ts-jest": "^27.0.1"
  },
  "scripts": {
    "start": "node ./index.js",
    "dev": "nodemon ./index.js",
    "debug": "node --inspect-brk ./index.js",
    "test": "jest"
  }
}
