eggfetch-node 0.1.7

Experimental Node.js (N-API) bindings for the eggfetch HTTP engine
Documentation
{
  "name": "eggfetch-node",
  "version": "0.1.0",
  "description": "Experimental Node.js prototype bindings for eggfetch (unsupported API surface)",
  "main": "index.js",
  "types": "index.d.ts",
  "napi": {
    "name": "eggfetch",
    "triples": {
      "defaults": true
    }
  },
  "scripts": {
    "build": "napi build --release",
    "build:debug": "napi build"
  },
  "devDependencies": {
    "@napi-rs/cli": "^3.0.0"
  },
  "engines": {
    "node": ">=16"
  },
  "license": "MIT OR Apache-2.0"
}