UNPKG

serverless-plugin-swagger-api

Version:

Define your API Endpoints in OpenAPI format (swagger) and create APIGW integration automatically

55 lines (54 loc) 1.47 kB
{ "name": "serverless-plugin-swagger-api", "version": "1.1.0", "description": "Define your API Endpoints in OpenAPI format (swagger) and create APIGW integration automatically", "main": "lib/index.js", "scripts": { "build": "tsc", "build:watch": "tsc --watch", "prepare": "npm run clean && npm run build", "clean": "rm -rf ./lib", "test": "jest", "test:tdd": "jest --watch", "lint": "tslint --project .", "prepublish": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/dontepsu/serverless-plugin-swagger-api.git" }, "directories": { "lib": "lib" }, "keywords": [ "serverless", "swagger", "apigw", "api", "gateway" ], "author": "Patrik Keinonen <patrik@wirmark.com>", "license": "Apache-2.0", "bugs": { "url": "https://github.com/dontepsu/serverless-plugin-swagger-api/issues" }, "homepage": "https://github.com/dontepsu/serverless-plugin-swagger-api#readme", "devDependencies": { "@types/aws-lambda": "^8.10.27", "@types/aws-sdk": "^2.7.0", "@types/jest": "^24.0.15", "@types/lodash": "^4.14.144", "@types/node": "^12.7.12", "jest": "^24.8.0", "js-yaml": "^3.13.1", "read-yaml": "^1.1.0", "ts-jest": "^24.0.2", "tslint": "^5.18.0", "tslint-config-semistandard": "^8.0.1", "typescript": "^3.6.3" }, "dependencies": { "@types/serverless": "^1.18.4", "lodash": "^4.17.15" } }