@compas/server
Version:
Koa server and common middleware
54 lines (53 loc) • 1.07 kB
JSON
{
"name": "@compas/server",
"version": "0.20.3",
"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.20.3",
"@types/formidable": "2.0.6",
"@types/koa": "3.0.1",
"co-body": "6.2.0",
"formidable": "2.1.5",
"keygrip": "1.1.0",
"koa": "3.1.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": ">=24"
}
}