pork2bind
Version:
Convert Porkbun DNS records to BIND zone files
41 lines (40 loc) • 820 B
JSON
{
"name": "pork2bind",
"version": "1.5.1",
"description": "Convert Porkbun DNS records to BIND zone files",
"main": "pork2bind",
"bin": {
"pork2bind": "./pork2bind"
},
"files": [
"pork2bind",
".env.example"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"dns",
"bind",
"porkbun",
"zone-files",
"dns-management",
"nameserver"
],
"author": "Shawn Murphy <smurp@smurp.com>",
"license": "GPL-3.0",
"dependencies": {
"dotenv": "^16.0.0"
},
"engines": {
"node": ">=14.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/smurp/pork2bind.git"
},
"bugs": {
"url": "https://github.com/smurp/pork2bind/issues"
},
"homepage": "https://github.com/smurp/pork2bind#readme"
}