dandi-dns
Version:
Dynamic IP for Gandi DNS
35 lines (34 loc) • 699 B
JSON
{
"name": "dandi-dns",
"version": "0.1.4",
"description": "Dynamic IP for Gandi DNS",
"main": "index.js",
"homepage": "https://gitlab.com/entilore/dandi-dns",
"bin": {
"dandi-dns": "./cli.js"
},
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "husky install",
"start": "./cli.js"
},
"keywords": [
"dns",
"gandi",
"dynamic"
],
"author": "Thomas Hareau",
"license": "ISC",
"devDependencies": {
"husky": "^7.0.2",
"lint-staged": "^11.1.2",
"prettier": "^2.4.0"
},
"lint-staged": {
"*.{js,css,md}": "prettier --write"
},
"dependencies": {
"node-fetch": "^3.0.0"
}
}