UNPKG

@compas/server

Version:

Koa server and common middleware

54 lines (53 loc) 1.07 kB
{ "name": "@compas/server", "version": "0.18.1", "description": "Koa server and common middleware", "exports": { ".": { "types": "./index.d.ts", "default": "./index.js" }, "./package.json": "./package.json" }, "type": "module", "keywords": [ "compas", "koa", "api", "http", "backend" ], "license": "MIT", "dependencies": { "@compas/stdlib": "0.18.1", "@types/formidable": "2.0.6", "@types/koa": "2.15.0", "co-body": "6.2.0", "formidable": "2.1.5", "keygrip": "1.1.0", "koa": "2.16.1" }, "author": { "name": "Dirk de Visser", "email": "npm@dirkdevisser.nl", "url": "https://dirkdevisser.com" }, "contributors": [ { "name": "Daniël Hansen", "email": "hi@danielhansen.nl" } ], "homepage": "https://compasjs.com", "repository": { "type": "git", "url": "git+https://github.com/compasjs/compas.git", "directory": "packages/server" }, "publishConfig": { "access": "public" }, "engines": { "node": ">=18" } }