UNPKG

@silvermine/serverless-plugin-external-sns-events

Version:

Plugin for the SLS 1.x branch to provide better support for SNS events to your Lambda functions

49 lines (48 loc) 1.84 kB
{ "name": "@silvermine/serverless-plugin-external-sns-events", "version": "1.3.0", "description": "Plugin for the SLS 1.x branch to provide better support for SNS events to your Lambda functions", "main": "src/index.js", "scripts": { "commitlint": "commitlint --from 368ff8f", "test": "check-node-version --npm 6.14.12 && nyc mocha -- 'src/tests/**/*.test.js'", "markdownlint": "markdownlint -c .markdownlint.json -i CHANGELOG.md '{,!(node_modules)/**/}*.md'", "eslint": "eslint '{,!(node_modules|dist)/**/}*.js'", "standards": "npm run markdownlint && npm run eslint", "release:preview": "node ./node_modules/@silvermine/standardization/scripts/release.js preview", "release:prep-changelog": "node ./node_modules/@silvermine/standardization/scripts/release.js prep-changelog", "release:finalize": "node ./node_modules/@silvermine/standardization/scripts/release.js finalize" }, "author": "Jeremy Thomerson", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/silvermine/serverless-plugin-external-sns-events.git" }, "keywords": [ "serverless plugin better sns events", "serverless plugin function subscribe sns", "serverless", "api gateway", "api gateway error responses" ], "bugs": { "url": "https://github.com/silvermine/serverless-plugin-external-sns-events/issues" }, "homepage": "https://github.com/silvermine/serverless-plugin-external-sns-events#readme", "dependencies": { "class.extend": "0.9.2", "underscore": "1.13.1" }, "devDependencies": { "@silvermine/eslint-config": "3.0.1", "@silvermine/standardization": "2.0.0", "coveralls": "3.0.2", "eslint": "6.8.0", "expect.js": "0.3.1", "mocha": "8.4.0", "nyc": "15.1.0", "q": "1.4.1", "sinon": "1.17.5" } }