{
  "name": "@aws-lambda-powertools/commons",
  "version": "1.14.0",
  "description": "A shared utility package for Powertools for AWS Lambda (TypeScript) libraries",
  "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",
    "serverless",
    "nodejs"
  ],
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "files": [
    "lib"
  ]
}