UNPKG

@adastradev/serverless-discovery-plugin

Version:

Serverless plugin to register/de-register endpoints upon deploy and remove command hooks

67 lines (66 loc) 1.85 kB
{ "name": "@adastradev/serverless-discovery-plugin", "description": "Serverless plugin to register/de-register endpoints upon deploy and remove command hooks", "version": "2.0.8", "license": "MIT", "author": "Andrew Regier <aregier@regiernet.com>", "contributors": [ "Sebastian Müller <mail@sbstjn.com>" ], "main": "./dist/index.js", "scripts": { "clean": "rimraf dist", "test:unit": "jest", "test:cover": "jest --coverage --env=jest-environment-jsdom-sixteen", "codecov": "cat ./coverage/lcov.info | codecov", "lint": "tslint {src,test}/**/*.ts", "build": "tsc", "snykprotect": "snyk protect", "snyktest": "snyk test --severity-threshold=low" }, "repository": { "type": "git", "url": "git+https://github.com/adastradev/serverless-discovery-plugin.git" }, "bugs": { "url": "https://github.com/adastradev/serverless-discovery-plugin" }, "homepage": "https://github.com/adastradev/serverless-discovery-plugin#readme", "keywords": [ "serverless", "plugin", "aws", "cloudformation", "service", "discovery" ], "files": [ "dist" ], "dependencies": { "@adastradev/astra-logger": "^1.4.8", "@adastradev/serverless-discovery-sdk": "^3.0.9", "js-yaml": "^4.1.0", "npm-force-resolutions": "0.0.10", "rifraf": "^2.0.3", "tomlify-j0.4": "^2.0.0" }, "devDependencies": { "@types/jest": "^24.0.18", "@types/node": "^13.13.52", "@types/sinon": "^9.0.11", "codecov": "^3.8.3", "dot-json": "^1.2.2", "jasmine-data-provider": "^2.2.0", "jest": "^24.9.0", "jest-cli": "24.5.0", "jest-environment-jsdom-sixteen": "^1.0.3", "rimraf": "^3.0.2", "sinon": "^9.2.4", "snyk": "^1.1260.0", "ts-jest": "^24.0.2", "tslint": "^6.1.3", "typescript": "^4.9.5" }, "snyk": true }