lambda-response-template
Version:
💬 A tiny utility for creating AWS Lambda response objects.
54 lines (53 loc) • 1.33 kB
JSON
{
"name": "lambda-response-template",
"version": "2.2.0",
"description": "💬 A tiny utility for creating AWS Lambda response objects.",
"main": "dist/index.js",
"scripts": {
"build": "tsc -p tsconfig.json",
"lint": "tslint -p tsconfig.json",
"prepare": "npm run build",
"release": "release-it",
"test": "mocha test/**/*.spec.ts",
"test-with-coverage": "nyc npm test"
},
"engines": {
"node": ">=6.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/c-bandy/lambda-response-template.git"
},
"author": "Cassidy Bandy",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/c-bandy/lambda-response-template/issues"
},
"homepage": "https://github.com/c-bandy/lambda-response-template#readme",
"keywords": [
"AWS",
"lambda",
"response",
"helper",
"CORS",
"http"
],
"devDependencies": {
"@types/aws-lambda": "^8.10.24",
"@types/chai": "^4.1.7",
"@types/common-tags": "^1.8.0",
"@types/mocha": "^5.2.5",
"@types/node": "^10.12.15",
"chai": "^4.2.0",
"codecov": "^3.1.0",
"mocha": "^6.1.3",
"nyc": "^14.0.0",
"release-it": "^9.1.0",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"typescript": "^3.2.2"
},
"dependencies": {
"common-tags": "^1.8.0"
}
}