{
  "name": "@lbu/server",
  "version": "0.0.102",
  "description": "Koa server and common middleware",
  "main": "./index.js",
  "exports": "./index.js",
  "types": "./index.d.ts",
  "type": "module",
  "keywords": [
    "lightbase",
    "lbu",
    "koa",
    "api",
    "http",
    "backend"
  ],
  "license": "MIT",
  "dependencies": {
    "@lbu/insight": "0.0.102",
    "@lbu/stdlib": "0.0.102",
    "formidable": "2.0.0-canary.20200504.1",
    "keygrip": "1.1.0",
    "koa": "2.13.0",
    "koa-body": "4.2.0",
    "koa-session": "6.1.0"
  },
  "maintainers": [
    {
      "name": "Dirk de Visser",
      "email": "dirkdev98@gmail.com"
    },
    {
      "name": "Daniël Hansen"
    }
  ],
  "homepage": "https://lbu.lightbase.nl",
  "repository": {
    "type": "git",
    "url": "https://github.com/lightbasenl/lbu.git",
    "directory": "packages/server"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=14"
  },
  "gitHead": "f3d63b97864d03d0b9f9f3cd2c99d4798e473c41"
}
