{
  "name": "@digifi/app-config-loader",
  "description": "Config loader for DigiFi Applications",
  "version": "4.1.3",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "engines": {
    "node": ">=6.9.1"
  },
  "license": "Apache",
  "scripts": {
    "build": "tsc",
    "lint": "eslint src --ext .ts",
    "prepare": "npm run build",
    "test": "jest"
  },
  "bugs": {
    "url": "https://github.com/digifi-io/app-config-loader/issues"
  },
  "author": "DigiFi",
  "repository": {
    "type": "git",
    "url": "https://github.com/digifi-io/app-config-loader.git"
  },
  "dependencies": {
    "@aws-sdk/client-secrets-manager": "^3.235.0",
    "@azure/identity": "^3.1.2",
    "@azure/keyvault-secrets": "^4.1.0",
    "dotenv": "^8.6.0"
  },
  "devDependencies": {
    "@types/aws-sdk": "^2.7.0",
    "@types/node": "^14.18.5",
    "@typescript-eslint/eslint-plugin": "^4.6.1",
    "@typescript-eslint/parser": "^4.6.1",
    "eslint": "^7.12.1",
    "eslint-plugin-import": "^2.22.1",
    "jest": "^26.6.3",
    "ts-jest": "^26.4.3",
    "typescript": "^4.5.4"
  }
}
