{
  "type": "module",
  "name": "@harperdb/azure-secrets-to-environment",
  "version": "1.1.0",
  "description": "This project accesses an Azure key vault and assigns the secrets to environment variables.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/HarperDB/azure-secrets-to-environment.git"
  },
  "keywords": [
    "HarperDB",
    "secrets",
    "key",
    "vault"
  ],
  "author": "HarperDB, Inc.",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/HarperDB/azure-secrets-to-environment/issues"
  },
  "homepage": "https://github.com/HarperDB/azure-secrets-to-environment#readme",
  "dependencies": {
    "@azure/identity": "^4.5.0",
    "@azure/keyvault-secrets": "^4.9.0",
    "dotenv": "^16.4.7"
  }
}
