{
  "name": "@gibme/ip-address",
  "version": "10.1.0",
  "description": "Simple Webpacked CDN version of the NPM package ip-address",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/*.ts",
    "dist/*.js",
    "dist/*.js.map"
  ],
  "license": "MIT",
  "scripts": {
    "build": "yarn build:typescript",
    "build:docs": "./node_modules/.bin/typedoc",
    "build:typescript": "./node_modules/.bin/tsc",
    "build:webpack": "./node_modules/.bin/auto-pack",
    "test": "yarn test:style && yarn test:typecheck && yarn test:mocha",
    "test:typecheck": "./node_modules/.bin/tsc --noEmit",
    "test:style": "yarn style",
    "test:mocha": "./node_modules/.bin/mocha --exit --timeout 30000 --require ts-node/register test/test.ts",
    "style": "./node_modules/.bin/eslint src/**/*.ts test/**/*.ts",
    "fix-style": "./node_modules/.bin/eslint --fix src/**/*.ts test/**/*.ts",
    "fix:style": "yarn fix-style",
    "prepublishOnly": "yarn build && yarn build:webpack"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gibme-npm/ip-address.git"
  },
  "bugs": {
    "url": "https://github.com/gibme-npm/ip-address/issues"
  },
  "homepage": "https://gibme-npm.github.io/ip-address/",
  "engines": {
    "node": ">=18"
  },
  "engineStrict": true,
  "author": {
    "name": "Brandon Lehmann",
    "email": "brandonlehmann@gmail.com"
  },
  "webpack": {
    "entry": {
      "ip-address": "./src/index.ts"
    },
    "filename": "[name].min.js"
  },
  "devDependencies": {
    "@eslint/eslintrc": "^3.3.3",
    "@eslint/js": "^9.39.1",
    "@gibme/auto-pack": "^20.0.3",
    "@types/mocha": "^10.0.10",
    "@types/node": "^24.10.1",
    "@typescript-eslint/eslint-plugin": "^8.48.1",
    "@typescript-eslint/parser": "^8.48.1",
    "eslint": "^9.39.1",
    "eslint-config-standard": "^17.1.0",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-n": "^17.23.1",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^7.2.1",
    "globals": "^16.5.0",
    "mocha": "^11.7.5",
    "ts-node": "^10.9.2",
    "typedoc": "^0.28.15",
    "typescript": "^5.9.3"
  },
  "dependencies": {
    "ip-address": "^10.1.0"
  }
}
