{
  "name": "@middy/secrets-manager",
  "version": "3.6.1",
  "description": "Secrets Manager middleware for the middy framework",
  "type": "module",
  "engines": {
    "node": ">=14"
  },
  "engineStrict": true,
  "publishConfig": {
    "access": "public"
  },
  "main": "./index.cjs",
  "module": "./index.js",
  "exports": {
    ".": {
      "import": {
        "types": "./index.d.ts",
        "default": "./index.js"
      },
      "require": {
        "types": "./index.d.ts",
        "default": "./index.cjs"
      }
    }
  },
  "types": "index.d.ts",
  "files": [
    "index.js",
    "index.cjs",
    "index.d.ts"
  ],
  "scripts": {
    "test": "npm run test:unit",
    "test:unit": "ava",
    "test:benchmark": "node __benchmarks__/index.js"
  },
  "license": "MIT",
  "keywords": [
    "Lambda",
    "Middleware",
    "Serverless",
    "Framework",
    "AWS",
    "AWS Lambda",
    "Middy",
    "Secrets Manager"
  ],
  "author": {
    "name": "Middy contributors",
    "url": "https://github.com/middyjs/middy/graphs/contributors"
  },
  "repository": {
    "type": "git",
    "url": "github:middyjs/middy",
    "directory": "packages/secrets-manager"
  },
  "bugs": {
    "url": "https://github.com/middyjs/middy/issues"
  },
  "homepage": "https://middy.js.org",
  "dependencies": {
    "@middy/util": "3.6.1"
  },
  "devDependencies": {
    "@middy/core": "3.6.1",
    "@types/aws-lambda": "^8.10.101",
    "aws-sdk": "^2.939.0",
    "aws-xray-sdk": "^3.3.3"
  },
  "gitHead": "31a7f9f8e93a73a8be382b3022b9cfcbc13b2961"
}
