{
  "name": "@supercharge/http",
  "description": "The Supercharge http package",
  "version": "4.0.0-alpha.2",
  "author": "Marcus Pöhls <marcus@superchargejs.com>",
  "bugs": {
    "url": "https://github.com/supercharge/framework/issues"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "main": "dist/index.js",
  "types": "dist",
  "exports": {
    ".": "./dist/index.js"
  },
  "dependencies": {
    "@koa/cors": "~4.0.0",
    "@koa/router": "~12.0.1",
    "@supercharge/arrays": "~4.3.0",
    "@supercharge/classes": "~2.0.0",
    "@supercharge/collections": "~5.0.1",
    "@supercharge/contracts": "^4.0.0-alpha.2",
    "@supercharge/fs": "~3.4.0",
    "@supercharge/goodies": "~2.0.0",
    "@supercharge/http-errors": "~2.0.0",
    "@supercharge/json": "~2.0.0",
    "@supercharge/macroable": "~2.0.1",
    "@supercharge/map": "~1.5.0",
    "@supercharge/set": "~2.2.1",
    "@supercharge/strings": "~2.0.0",
    "@supercharge/support": "^4.0.0-alpha.2",
    "@types/lodash": "~4.14.202",
    "@types/ms": "~0.7.34",
    "bytes": "~3.1.2",
    "cookie": "~0.6.0",
    "formidable": "~3.5.1",
    "globby": "~14.0.0",
    "koa": "~2.14.2",
    "koa-static": "~5.0.0",
    "lodash": "~4.17.21",
    "ms": "~2.1.3",
    "ts-mixer": "~6.0.3"
  },
  "devDependencies": {
    "@supercharge/application": "^4.0.0-alpha.2",
    "@supercharge/view": "^4.0.0-alpha.2",
    "@types/bytes": "~3.1.4",
    "@types/cookie": "~0.6.0",
    "@types/formidable": "~3.4.5",
    "@types/koa": "~2.13.12",
    "@types/koa-static": "~4.0.4",
    "@types/koa__cors": "~4.0.3",
    "@types/koa__router": "~12.0.4",
    "c8": "~8.0.1",
    "deepmerge": "~4.3.1",
    "expect": "~29.7.0",
    "supertest": "~6.3.3",
    "typescript": "~5.3.3",
    "uvu": "~0.5.6"
  },
  "engines": {
    "node": ">=20"
  },
  "homepage": "https://superchargejs.com",
  "keywords": [
    "http",
    "http-server",
    "route",
    "router",
    "routing",
    "nodejs",
    "supercharge",
    "superchargejs"
  ],
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "directory": "packages/http",
    "url": "git+https://github.com/supercharge/framework.git"
  },
  "scripts": {
    "build": "tsc --build tsconfig.json --force",
    "dev": "tsc --watch",
    "lint": "eslint src --ext .js,.ts",
    "lint:fix": "npm run lint -- --fix",
    "test": "npm run build && npm run lint && npm run test:run",
    "test:run": "c8 --include=dist uvu --ignore helpers --ignore fixtures",
    "posttest": "c8 report --reporter=html"
  },
  "gitHead": "353d0c28dd2a03977a53733abd1a1ec7c387c888"
}
