UNPKG

recife-koa

Version:

Recife Koa is a integration of recifejs with koa

37 lines (36 loc) 748 B
{ "name": "recife-koa", "description": "Recife Koa is a integration of recifejs with koa", "version": "0.1.4", "main": "dist/index.js", "types": "dist/index.d.ts", "license": "MIT", "repository": "https://github.com/recifejs/recife-koa", "homepage": "https://recifejs.org/", "files": [ "dist", "README.md" ], "scripts": { "build": "tsc -p ." }, "devDependencies": { "@types/koa__router": "^8.0.2", "typescript": "^3.9.5" }, "dependencies": { "@koa/router": "^9.0.1", "apollo-server-koa": "^2.15.0" }, "bugs": { "url": "https://github.com/recifejs/recife-koa/issues" }, "keywords": [ "recife", "koa", "integration", "framework", "graphql", "nodejs" ] }