@aws-lambda-powertools/logger
Version:
The logging package for the Powertools for AWS Lambda (TypeScript) library
89 lines • 2.2 kB
JSON
{
"name": "@aws-lambda-powertools/logger",
"version": "2.17.0",
"description": "The logging 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/logger#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",
"logger",
"logging",
"serverless",
"nodejs"
],
"dependencies": {
"@aws-lambda-powertools/commons": "^2.17.0",
"lodash.merge": "^4.6.2"
},
"peerDependencies": {
"@aws-lambda-powertools/jmespath": "2.x",
"@middy/core": "4.x || 5.x || 6.x"
},
"peerDependenciesMeta": {
"@middy/core": {
"optional": true
},
"@aws-lambda-powertools/jmespath": {
"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"
},
"./correlationId": {
"import": "./lib/esm/correlationId.js",
"require": "./lib/cjs/correlationId.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"
],
"correlationId": [
"lib/cjs/correlationId.d.ts",
"lib/esm/correlationId.d.ts"
]
}
}
}