UNPKG

@silvermine/cloudformation-custom-resources

Version:

Collection of custom resources for CloudFormation that anyone can use.

59 lines (58 loc) 1.84 kB
{ "name": "@silvermine/cloudformation-custom-resources", "version": "1.1.0", "description": "Collection of custom resources for CloudFormation that anyone can use.", "main": "src/index.js", "scripts": { "commitlint": "commitlint --from 66cbf40", "test": "check-node-version --npm 6.14.12 && nyc mocha -- -r ./tests/setup/before.js -R spec 'tests/**/*.test.js'" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/silvermine/cloudformation-custom-resources.git" }, "keywords": [ "CloudFormation", "custom resources", "AWS", "DynamoDB global table", "SimpleEmailService", "SES", "Domain Verification", "RuleSet activation", "APIGateway", "regional domain name", "application load balancer lambda" ], "author": "Jeremy Thomerson", "license": "MIT", "bugs": { "url": "https://github.com/silvermine/cloudformation-custom-resources/issues" }, "homepage": "https://github.com/silvermine/cloudformation-custom-resources#readme", "dependencies": { "class.extend": "0.9.2", "q": "1.5.1", "silvermine-lambda-utils": "git+https://github.com/silvermine/lambda-utils.git#8929f5531db49f7364de7a5e3f9bb8dabee8896e", "underscore": "1.13.1" }, "peerDependencies": { "aws-sdk": ">=2.646.0" }, "devDependencies": { "@silvermine/chai-strictly-equal": "1.0.0", "@silvermine/eslint-config": "3.0.1", "@silvermine/standardization": "1.0.3", "chai": "4.2.0", "coveralls": "3.0.2", "eslint": "6.8.0", "grunt": "1.4.0", "grunt-cli": "1.3.2", "grunt-eslint": "22.0.0", "mocha": "8.4.0", "nyc": "15.1.0", "rewire": "4.0.1", "silvermine-serverless-utils": "git+https://github.com/silvermine/serverless-utils.git#910f1149af824fc8d0fa840878079c7d3df0f414", "sinon": "7.1.1" } }