{
  "name": "macaddress-local-machine",
  "version": "1.0.7",
  "author": "bigbizze",
  "license": "MIT",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bigbizze/macaddress-local-machine"
  },
  "keywords": [
    "mac",
    "mac address",
    "network interface",
    "network",
    "os",
    "node.js",
    "node",
    "hardware",
    "ethernet",
    "wi-fi",
    "local machine",
    "interface",
    "networking",
    "connectivity",
    "IP",
    "network utilities",
    "hardware address",
    "physical address"
  ],
  "devDependencies": {
    "@babel/cli": "^7.7.4",
    "@babel/core": "^7.10.3",
    "@babel/preset-env": "^7.7.4",
    "@babel/preset-typescript": "^7.10.1",
    "@babel/register": "^7.10.5",
    "@types/jest": "^29.1.2",
    "@types/node": "latest",
    "@types/node-fetch": "^2.5.7",
    "@typescript-eslint/eslint-plugin": "^5.39.0",
    "@typescript-eslint/parser": "^5.39.0",
    "eslint": "^8.25.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-jsdoc": "^39.3.6",
    "eslint-plugin-no-null": "^1.0.2",
    "jest": "^29.2.0",
    "prettier": "^2.7.1",
    "ts-jest": "^29.0.3",
    "ts-node": "latest",
    "typescript": "latest"
  },
  "peerDependencies": {
    "@types/node": "latest"
  }
}
