hetzner-dns
Version:
Client for interacting with the Hetzner DNS API
29 lines (28 loc) • 650 B
JSON
{
"name": "hetzner-dns",
"version": "1.0.1",
"description": "Client for interacting with the Hetzner DNS API",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/J4Wx/node-hetzner-dns.git"
},
"keywords": [
"Hetzner",
"DNS",
"API",
"Client"
],
"author": "Jamie Wood <jamie@cool.studio>",
"license": "MIT",
"bugs": {
"url": "https://github.com/J4Wx/node-hetzner-dns/issues"
},
"homepage": "https://github.com/J4Wx/node-hetzner-dns#readme",
"dependencies": {
"axios": "^0.21.1"
}
}