UNPKG

@superhero/http-server-using-oas

Version:

Integrates the HTTP server and OAS (OpenAPI Specification) @superhero components

45 lines (44 loc) 1.2 kB
{ "name": "@superhero/http-server-using-oas", "version": "4.8.6", "description": "Integrates the HTTP server and OAS (OpenAPI Specification) @superhero components", "keywords": [ "HTTP 2.0", "HTTP 1.1", "HTTPS", "OAS", "OpenAPI", "Router" ], "license": "MIT", "type": "module", "exports": { ".": "./index.js", "./oas-to-routes": "./oas-to-routes.js", "./dispatcher/*": "./dispatcher/*.js", "./dispatcher/downstream/*": "./dispatcher/downstream/*.js", "./dispatcher/upstream/*": "./dispatcher/upstream/*.js" }, "scripts": { "syntax-check": "syntax-check", "test": "syntax-check; node --test --test-reporter=@superhero/audit/reporter --experimental-test-coverage" }, "dependencies": { "@superhero/oas": "4.8.6", "@superhero/http-server": "4.8.6" }, "devDependencies": { "@superhero/audit": "4.8.6", "@superhero/syntax-check": "0.0.2", "@superhero/http-request": "4.8.6", "@superhero/core": "4.8.6" }, "author": { "name": "Erik Landvall", "email": "erik@landvall.se" }, "repository": { "type": "git", "url": "git+https://github.com/superhero/http-server-using-oas.git" } }