{
  "name": "@nxtedition/nxt-undici",
  "version": "8.1.5",
  "license": "MIT",
  "author": "Robert Nagy <robert.nagy@boffins.se>",
  "main": "lib/index.js",
  "type": "module",
  "engines": {
    "node": ">=26"
  },
  "files": [
    "lib/*"
  ],
  "dependencies": {
    "@nxtedition/scheduler": "^5.0.0",
    "@nxtedition/trace": "^2.0.0",
    "@nxtedition/undici": "^12.0.0",
    "fast-querystring": "^1.1.2",
    "http-errors": "^2.0.1",
    "undici-types": "^8.7.0",
    "xxhash-wasm": "^1.1.0"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@types/node": "^26.1.1",
    "eslint": "^10.7.0",
    "eslint-plugin-n": "^18.2.2",
    "husky": "^9.1.7",
    "lint-staged": "^17.0.8",
    "mitata": "^1.0.34",
    "pino": "^10.3.1",
    "pinst": "^3.0.0",
    "prettier": "^3.9.5",
    "send": "^1.2.1",
    "tap": "^21.7.4",
    "typescript": "^7.0.2"
  },
  "scripts": {
    "prepare": "husky",
    "prepublishOnly": "pinst --disable",
    "postpublish": "pinst --enable",
    "test": "tap build && tap test && yarn test:types",
    "test:cache-tests": "node cache-tests/run.js --ci && node cache-tests/run.js --ci --heuristic",
    "test:coverage": "tap build && tap test --coverage-report=text --coverage-report=html && yarn test:types",
    "test:types": "tsc -p tsconfig.type-tests.json"
  },
  "lint-staged": {
    "*.{js,jsx}": [
      "eslint",
      "prettier --write"
    ],
    "*.md": "prettier --write",
    "*.{ts,d.ts}": "prettier --write"
  },
  "prettier": {
    "printWidth": 100,
    "semi": false,
    "singleQuote": true
  }
}
