UNPKG

@8select/serverless-plugin-api-docs

Version:

serverless plugin that generates docs function to return swagger ui

32 lines (31 loc) 1.07 kB
{ "name": "@8select/serverless-plugin-api-docs", "version": "2.0.0", "description": "serverless plugin that generates docs function to return swagger ui", "main": "index.js", "files": ["index.js", "docs.js", "LICENSE", "README.md"], "keywords": ["8select", "javascript", "serverless", "docs"], "scripts": { "precommit": "lint-staged", "changelog": "github-changes -o 8select -r serverless-plugin-api-docs -a --only-pulls --use-commit-body", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/8select/serverless-plugin-api-docs.git" }, "author": "8select Software GmbH", "license": "MIT", "bugs": { "url": "https://github.com/8select/serverless-plugin-api-docs/issues" }, "homepage": "https://github.com/8select/serverless-plugin-api-docs#readme", "devDependencies": { "eslint": "^4.5.0", "eslint-config-8select": "^1.0.0", "github-changes": "^1.1.0", "husky": "^0.14.3", "lint-staged": "^4.0.4", "prettier": "^1.6.0" } }