UNPKG

serverless-plugin-lambda-insights

Version:

A Serverless Framework Plugin allowing to enable Lambda Insights for entire Serverless stack or individual functions

46 lines (45 loc) 1.11 kB
{ "name": "serverless-plugin-lambda-insights", "version": "2.0.0", "description": "A Serverless Framework Plugin allowing to enable Lambda Insights for entire Serverless stack or individual functions", "main": "index.js", "scripts": { "lint": "eslint", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/awslabs/serverless-plugin-lambda-insights.git" }, "keywords": [ "serverless", "aws", "Serverless Plugin", "Lambda Insights", "Metric" ], "author": { "name": "Amazon Web Services", "url": "https://aws.amazon.com" }, "license": "MIT-0", "bugs": { "url": "https://github.com/awslabs/serverless-plugin-lambda-insights/issues" }, "homepage": "https://github.com/awslabs/serverless-plugin-lambda-insights#readme", "devDependencies": { "eslint": "^7.32.0", "eslint-config-google": "^0.14.0", "husky": "^6.0.0", "jest": "^27.2.4", "lint-staged": "^11.1.2" }, "lint-staged": { "*.js": "eslint" }, "husky": { "hooks": { "pre-commit": "lint-staged" } } }