aws-serverless-express
Advanced tools
Comparing version 3.1.0 to 3.1.2
{ | ||
"name": "aws-serverless-express", | ||
"version": "3.1.0", | ||
"version": "3.1.2", | ||
"description": "This library enables you to utilize AWS Lambda and Amazon API Gateway to respond to web and API requests using your existing Node.js application framework.", | ||
@@ -30,11 +30,66 @@ "keywords": [ | ||
}, | ||
"release": { | ||
"verifyConditions": [ | ||
"@semantic-release/changelog", | ||
"@semantic-release/npm", | ||
"@semantic-release/git", | ||
"@semantic-release/github" | ||
], | ||
"publish": [ | ||
"@semantic-release/changelog", | ||
{ | ||
"path": "@semantic-release/npm", | ||
"npmPublish": true, | ||
"tarballDir": "dist" | ||
}, | ||
{ | ||
"path": "@semantic-release/git", | ||
"assets": [ | ||
"package.json", | ||
"dist/**/*.{js|css}" | ||
], | ||
"message": "chore(release): version ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}" | ||
}, | ||
{ | ||
"path": "@semantic-release/github", | ||
"assets": "dist/*.tgz" | ||
} | ||
] | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-push": "npm test", | ||
"commit-msg": "commitlint -e $GIT_PARAMS" | ||
} | ||
}, | ||
"commitlint": { | ||
"extends": [ | ||
"@commitlint/config-conventional" | ||
] | ||
}, | ||
"devDependencies": { | ||
"jest": "^16.0.2" | ||
"@commitlint/config-conventional": "^6.1.0", | ||
"@semantic-release/changelog": "^1.0.0", | ||
"@semantic-release/git": "^3.0.0", | ||
"@semantic-release/npm": "^3.0.0", | ||
"commitlint": "^6.1.0", | ||
"cz-conventional-changelog": "^2.1.0", | ||
"husky": "^0.15.0-rc.4", | ||
"jest": "^16.0.2", | ||
"semantic-release": "^13.1.3" | ||
}, | ||
"scripts": { | ||
"test": "jest" | ||
"test": "jest", | ||
"cz": "git-cz", | ||
"release": "semantic-release", | ||
"release-local": "node -r dotenv/config node_modules/semantic-release/bin/semantic-release --no-ci --dry-run" | ||
}, | ||
"dependencies": { | ||
"binary-case": "^1.0.0" | ||
}, | ||
"config": { | ||
"commitizen": { | ||
"path": "./node_modules/cz-conventional-changelog" | ||
} | ||
} | ||
} |
@@ -0,1 +1,4 @@ | ||
# AWS Serverless Express | ||
[![Build Status](https://travis-ci.org/awslabs/aws-serverless-express.svg?branch=master)](https://travis-ci.org/awslabs/aws-serverless-express) [![npm](https://img.shields.io/npm/v/aws-serverless-express.svg)]() [![npm](https://img.shields.io/npm/dm/aws-serverless-express.svg)]() | ||
Run serverless applications and REST APIs using your existing [Node.js](https://nodejs.org/) application framework, on top of [AWS Lambda](https://aws.amazon.com/lambda/) and [Amazon API Gateway](https://aws.amazon.com/api-gateway/). The sample provided allows you to easily build serverless web applications/services and RESTful APIs using the [Express](https://expressjs.com/) framework. | ||
@@ -2,0 +5,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26061
7
67
9