UNPKG

@aws-lambda-powertools/metrics

Version:
76 lines 1.85 kB
{ "name": "@aws-lambda-powertools/metrics", "version": "2.30.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.2", "@aws-lambda-powertools/commons": "2.30.0" }, "peerDependencies": { "@middy/core": "4.x || 5.x || 6.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" ] } } }