registrobrupdater
Version:
Updates brazilian registrar DNS records with user's dynamic IP
49 lines (48 loc) • 1.07 kB
JSON
{
"name": "registrobrupdater",
"version": "2.0.3",
"preferGlobal": true,
"description": "Updates brazilian registrar DNS records with user's dynamic IP",
"main": "entry.js",
"bin": {
"registrobrupdater": "./bin/registrobrupdater.js"
},
"scripts": {
"start": "node entry",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"brazilian",
"registrar",
"registro",
"br",
"update",
"atualizar",
"dns",
"dynamic",
"dydns",
"no-ip",
"record",
"domain",
"dominio"
],
"author": "Evandro Araújo",
"license": "MIT",
"dependencies": {
"chalk": "^2.4.2",
"esm": "^3.2.22",
"inquirer": "^6.3.1",
"moment": "^2.24.0",
"public-ip": "^3.0.0",
"puppeteer": "^1.14.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/evsar3/registrobrupdater.git"
},
"bugs": {
"url": "https://github.com/evsar3/registrobrupdater/issues"
},
"homepage": "https://github.com/evsar3/registrobrupdater#readme"
}