{
  "name": "@aws-lambda-powertools/metrics",
  "version": "2.32.0",
  "description": "The metrics package for the Powertools for AWS Lambda (TypeScript) library",
  "author": {
    "name": "Amazon Web Services",
    "url": "https://aws.amazon.com"
  },
  "license": "MIT-0",
  "homepage": "https://github.com/aws-powertools/powertools-lambda-typescript/tree/main/packages/metrics#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aws-powertools/powertools-lambda-typescript.git"
  },
  "bugs": {
    "url": "https://github.com/aws-powertools/powertools-lambda-typescript/issues"
  },
  "keywords": [
    "aws",
    "lambda",
    "powertools",
    "metrics",
    "serverless",
    "nodejs"
  ],
  "dependencies": {
    "@aws/lambda-invoke-store": "0.2.4",
    "@aws-lambda-powertools/commons": "2.32.0"
  },
  "peerDependencies": {
    "@middy/core": "4.x || 5.x || 6.x || 7.x"
  },
  "peerDependenciesMeta": {
    "@middy/core": {
      "optional": true
    }
  },
  "main": "./lib/cjs/index.js",
  "types": "./lib/cjs/index.d.ts",
  "files": [
    "lib"
  ],
  "type": "module",
  "exports": {
    ".": {
      "require": {
        "types": "./lib/cjs/index.d.ts",
        "default": "./lib/cjs/index.js"
      },
      "import": {
        "types": "./lib/esm/index.d.ts",
        "default": "./lib/esm/index.js"
      }
    },
    "./middleware": {
      "import": "./lib/esm/middleware/middy.js",
      "require": "./lib/cjs/middleware/middy.js"
    },
    "./types": {
      "import": "./lib/esm/types/index.js",
      "require": "./lib/cjs/types/index.js"
    }
  },
  "typesVersions": {
    "*": {
      "middleware": [
        "lib/cjs/middleware/middy.d.ts",
        "lib/esm/middleware/middy.d.ts"
      ],
      "types": [
        "lib/cjs/types/index.d.ts",
        "lib/esm/types/index.d.ts"
      ]
    }
  }
}