{
  "name": "ipdo",
  "version": "0.0.6",
  "description": "High-performance IP address manipulation library with CIDR, IPv4/IPv6, and network operations",
  "main": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/funish/axis.git"
  },
  "keywords": [
    "ip",
    "ipv4",
    "ipv6",
    "cidr",
    "subnet",
    "network",
    "address",
    "validation",
    "range",
    "typescript",
    "binary",
    "bitwise"
  ],
  "author": {
    "name": "Funish",
    "email": "contact@funish.net",
    "url": "http://www.funish.net/"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/funish/axis/issues"
  },
  "homepage": "https://github.com/funish/axis#readme",
  "scripts": {
    "dev": "unbuild --stub",
    "build": "unbuild"
  }
}