{
  "name": "node-red-contrib-dreamhostdns-updater",
  "version": "1.2.1",
  "description": "Node for updating sub domains in Dreamhost DNS",
  "dependencies": {
    "dreamhost": "^1.0.5",
    "is-ip": "^3.1.0",
    "public-ip": "^8.0.0"
  },
  "devDependencies": {
    "eslint": "^7.2.0",
    "eslint-config-google": "^0.14.0"
  },
  "main": "index.js",
  "node-red": {
    "nodes": {
      "dreamhost-dns-updater": "index.js"
    }
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mayfounder/node-red-contrib-dreamhostdns-updater.git"
  },
  "keywords": [
    "node-red",
    "dreamhost",
    "dns"
  ],
  "author": "Ankit Modi",
  "email": "ankit@mayfounder.net",
  "license": "MIT",
  "engines": {
    "node": ">=22.0.0"
  },
  "overrides": {
    "node-fetch": "2.6.7"
  },
  "bugs": {
    "url": "https://github.com/mayfounder/node-red-contrib-dreamhostdns-updater/issues"
  },
  "homepage": "https://github.com/mayfounder/node-red-contrib-dreamhostdns-updater#readme"
}
