koas-core
Version:
> [Koa][] + [OpenAPI Specification][] = Koas
44 lines (43 loc) • 880 B
JSON
{
"name": "koas-core",
"version": "0.7.0",
"keywords": [
"koa",
"koas",
"oai",
"openapi"
],
"homepage": "https://gitlab.com/remcohaszing/koas/tree/master/packages/koas",
"bugs": {
"url": "https://gitlab.com/remcohaszing/koas/issues"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/remcohaszing/koas.git",
"directory": "packages/koas"
},
"license": "MIT",
"author": "Remco Haszing <remcohaszing@gmail.com>",
"main": "lib",
"files": [
"lib"
],
"scripts": {
"prepack": "tsc --project tsconfig.build.json"
},
"dependencies": {
"@types/koa": "^2.0.0",
"jsonschema": "^1.0.0",
"koa-compose": "^4.0.0",
"openapi-types": "^12.0.0"
},
"devDependencies": {
"axios-test-instance": "^5.0.0"
},
"peerDependencies": {
"koa": "^2"
},
"engines": {
"node": ">=14"
}
}