{
  "module": "./esm/mod.js",
  "main": "./script/mod.js",
  "types": "./types/mod.d.ts",
  "name": "@httpland/nel-middleware",
  "version": "1.0.0",
  "description": "HTTP network error logging(NEL) middleware",
  "keywords": [
    "http",
    "middleware",
    "nel",
    "network-error-logging"
  ],
  "license": "MIT",
  "homepage": "https://github.com/httpland/nel-middleware",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/httpland/nel-middleware.git"
  },
  "bugs": {
    "url": "https://github.com/httpland/nel-middleware/issues"
  },
  "sideEffects": false,
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    ".": {
      "import": {
        "types": "./types/mod.d.ts",
        "default": "./esm/mod.js"
      },
      "require": {
        "types": "./types/mod.d.ts",
        "default": "./script/mod.js"
      }
    }
  },
  "dependencies": {
    "@httpland/http-middleware": "1.0.0",
    "@httpland/http-utils": "1.0.0",
    "@httpland/jfv-parser": "1.0.0",
    "@miyauci/isx": "1.3.0"
  }
}