UNPKG

aws-lambda-test-utils

Version:
34 lines (33 loc) 920 B
{ "name": "aws-lambda-test-utils", "version": "1.3.0", "description": "Test your AWS Lambda Functions for reals!", "main": "index.js", "scripts": { "dev": "tape test/*.js", "test": "istanbul cover ./node_modules/tape/bin/tape ./test/*.js", "coverage": "istanbul cover ./node_modules/tape/bin/tape ./test/*.js && istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100" }, "repository": { "type": "git", "url": "git+https://github.com/dwyl/aws-lambda-test-utils.git" }, "keywords": [ "lambda", "testing", "mock", "context", "event", "aws" ], "author": "Nikhi & Nelson :-)", "license": "GPL-2.0", "bugs": { "url": "https://github.com/dwyl/aws-lambda-test-utils/issues" }, "homepage": "https://github.com/dwyl/aws-lambda-test-utils#readme", "devDependencies": { "istanbul": "^0.4.2", "tape": "^4.4.0" } }