@probot/adapter-aws-lambda-serverless
Version:
An extension for running Probot in AWS Lambda
43 lines (42 loc) • 1.07 kB
JSON
{
"name": "@probot/adapter-aws-lambda-serverless",
"version": "4.0.3",
"publishConfig": {
"access": "public"
},
"description": "An extension for running Probot in AWS Lambda",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"lint": "prettier --check '*.{js,md,json}' 'test/**/*.{js,json}' '.github/**/*.yml'",
"lint:fix": "prettier --write '*.{js,md,json}' 'test/**/*.{js,json}' '.github/**/*.yml'",
"test": "jest"
},
"repository": "github:probot/adapter-aws-lambda-serverless",
"dependencies": {
"@types/aws-lambda": "^8.10.147",
"lowercase-keys": "^2.0.0",
"probot": "^13.4.1"
},
"devDependencies": {
"@types/jest": "^29.0.0",
"jest": "^29.0.0",
"fetch-mock": "^10.0.5",
"prettier": "^2.4.1"
},
"keywords": [
"lambda",
"probot",
"github",
"probot-adapter",
"serverless"
],
"jest": {
"testEnvironment": "node"
},
"author": "Tommy Byrd <tcbyrd@github.com>",
"contributors": [
"Gregor Martynus (https://github.com/gr2m)"
],
"license": "ISC"
}