UNPKG

1 kBJSONView Raw
1{
2 "name": "serverless-openapi-integration-helper",
3 "keywords": [
4 "serverless",
5 "aws",
6 "oas3",
7 "gateway",
8 "openapi",
9 "swagger",
10 "serverless-plugin",
11 "x-amazon-apigateway-integration"
12 ],
13 "version": "1.6.1",
14 "description": "Serverless plugin for integrating aws gateway syntax into open api specification",
15 "main": "lib/index.js",
16 "scripts": {
17 "test": "mocha test/unit"
18 },
19 "dependencies": {
20 "js-yaml": "^4.1.0",
21 "lodash.merge": "^4.6.2"
22 },
23 "devDependencies": {
24 "chai": "^3.5.0",
25 "mocha": "^2.2.5"
26 },
27 "peerDependencies": {
28 "serverless": "2.x"
29 },
30 "engines": {
31 "node": ">=10.0"
32 },
33 "license": "MIT",
34 "repository": {
35 "type": "git",
36 "url": "https://github.com/yndlingsfar/serverless-openapi-integration-helper"
37 },
38 "bugs": {
39 "url": "https://github.com/yndlingsfar/serverless-openapi-integration-helper"
40 },
41 "homepage": "https://github.com/yndlingsfar/serverless-openapi-integration-helper#readme"
42}