UNPKG

serverless-newrelic-lambda-layers

Version:
77 lines (76 loc) 2.15 kB
{ "name": "serverless-newrelic-lambda-layers", "version": "5.10.0", "description": "Serverless plugin for NewRelic APM AWS Lambda layers.", "main": "dist/index.js", "files": [ "dist", "package.json", "README.md", "templates" ], "scripts": { "build": "rm -rf dist && tsc", "test": "jest", "test:watch": "jest --watchAll", "lint": "tslint -c tslint.json 'src/**/*.ts'", "lint:fix": "tslint --fix -c tslint.json 'src/**/*.ts'", "lint:lockfile": "lockfile-lint --path package-lock.json --type npm --allowed-hosts npm --validate-https --validate-integrity", "generate:test:case": "yaml2json examples/nodejs/serverless.yml > tests/fixtures/example.input.service.json", "prepare": "husky install" }, "repository": { "type": "git", "url": "git+https://github.com/newrelic/serverless-newrelic-lambda-layers.git" }, "author": "New Relic", "license": "Apache-2.0", "bugs": { "url": "https://github.com/newrelic/serverless-newrelic-lambda-layers/issues" }, "homepage": "https://github.com/newrelic/serverless-newrelic-lambda-layers#readme", "devDependencies": { "@types/fs-extra": "^9.0.13", "@types/jest": "^29.2.0", "@types/lodash": "^4.14.186", "@types/node": "^18.11.6", "@types/node-fetch": "2.6.2", "@types/ramda": "^0.28.18", "get-installed-path": "^4.0.8", "husky": "^8.0.1", "jest": "^29.2.2", "lockfile-lint": "^4.9.6", "prettier": "^2.7.1", "ramda": "^0.28.0", "ts-jest": "^29.0.3", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "tslint-plugin-prettier": "^2.3.0", "typescript": "^4.8.4", "yamljs": "^0.3.0" }, "peerDependencies": { "@types/serverless": "^3.12.7", "https-proxy-agent": "^5.0.0", "lodash": "^4.17.21", "node-fetch": "^2.6.7", "path": "^0.12.7", "semver": "^7.5.4", "serverless": "4.x || 3.x" }, "keywords": [ "lambda", "serverless", "sls", "agent", "analytics", "metrics", "telemetry", "tracing", "distributed tracing", "layers" ], "engines": { "node": ">=16.0.0 <23.0.0" } }