UNPKG

koas-operations

Version:

Koas operations maps operation IDs to Koa controller functions.

40 lines (39 loc) 815 B
{ "name": "koas-operations", "version": "0.7.0", "keywords": [ "koa", "koas", "oai", "openapi" ], "homepage": "https://gitlab.com/remcohaszing/koas/tree/master/packages/koas-operations", "bugs": { "url": "https://gitlab.com/remcohaszing/koas/issues" }, "repository": { "type": "git", "url": "https://gitlab.com/remcohaszing/koas.git", "directory": "packages/koas-operations" }, "license": "MIT", "author": "Remco Haszing <remcohaszing@gmail.com>", "main": "lib", "files": [ "lib" ], "scripts": { "prepack": "tsc --project tsconfig.build.json" }, "devDependencies": { "axios-test-instance": "^5.0.0", "koa": "^2.0.0" }, "peerDependencies": { "koa": "^2", "koas-core": "^0.7.0" }, "engines": { "node": ">=14" } }