shawerma
Version:
Goodies for AWS λ
40 lines (39 loc) • 759 B
JSON
{
"name": "shawerma",
"version": "0.1.8",
"description": "Goodies for AWS λ",
"main": "index.js",
"scripts": {
"test": "jest --coverage",
"watch": "jest --watchAll",
"lint": "eslint './**/*.js'"
},
"keywords": [
"λ",
"lambda",
"serverless",
"API gateway",
"API",
"http code",
"error",
"code",
"AWS"
],
"author": "Igor",
"license": "MIT",
"homepage": "https://github.com/igorkosta/shawerma",
"repository": {
"type": "git",
"url": "git@github.com:igorkosta/shawerma.git"
},
"bugs": {
"url": "https://github.com/igorkosta/shawerma/issues"
},
"devDependencies": {
"jest": "^26.1.0",
"standard": "^16.0.4"
},
"dependencies": {
"bluebird": "^3.5.1"
}
}