koas-serializer
Version:
Koas serializer converts a response body to the negotiated response format.
43 lines (42 loc) • 875 B
JSON
{
"name": "koas-serializer",
"version": "0.7.0",
"keywords": [
"koa",
"koas",
"oai",
"openapi"
],
"homepage": "https://gitlab.com/remcohaszing/koas/tree/master/packages/koas-serializer",
"bugs": {
"url": "https://gitlab.com/remcohaszing/koas/issues"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/remcohaszing/koas.git",
"directory": "packages/koas-serializer"
},
"license": "MIT",
"author": "Remco Haszing <remcohaszing@gmail.com>",
"main": "lib",
"files": [
"lib"
],
"scripts": {
"prepack": "tsc --project tsconfig.build.json"
},
"dependencies": {
"openapi-types": "^12.0.0",
"type-is": "^1.0.0"
},
"devDependencies": {
"axios-test-instance": "^5.0.0"
},
"peerDependencies": {
"koa": "^2",
"koas-core": "^0.7.0"
},
"engines": {
"node": ">=14"
}
}