UNPKG

restana-swagger-validator

Version:

High performance Swagger/OpenAPI validator middleware for Restana

46 lines (45 loc) 1.18 kB
{ "name": "restana-swagger-validator", "version": "v1.0.0", "description": "High performance Swagger/OpenAPI validator middleware for Restana", "main": "src/index.js", "scripts": { "test": "npx nyc --check-coverage --lines 85 node ./node_modules/mocha/bin/mocha test/*.test.js", "format": "standard --fix" }, "repository": { "type": "git", "url": "git+https://github.com/BackendStack21/restana-swagger-validator.git" }, "keywords": [ "swagger", "openapi", "restana", "middleware", "http" ], "author": "Rolando Santamaria Maso <kyberneees@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/BackendStack21/restana-swagger-validator/issues" }, "homepage": "https://github.com/BackendStack21/restana-swagger-validator#readme", "dependencies": { "api-schema-builder": "^2.0.11" }, "files": [ "LICENSE", "README.md", "src/" ], "devDependencies": { "axios": "^1.3.3", "body-parser": "^1.20.1", "chai": "^4.3.7", "express": "^4.18.2", "mocha": "^10.2.0", "nyc": "^15.1.0", "openapi-validator-middleware": "^3.2.6", "restana": "^4.9.7" } }