aladinnetwork-zonefile
Version:
A DNS zone file parser and generator
36 lines (35 loc) • 883 B
JSON
{
"name": "aladinnetwork-zonefile",
"version": "1.0.6",
"description": "A DNS zone file parser and generator",
"main": "lib/index",
"scripts": {
"compile": "rm -rf lib; babel src -d lib",
"flow": "flow",
"prepublish": "npm run compile",
"lint": "eslint src",
"test": "npm run lint && npm run compile && npm run flow && node lib/testing/unitTests.js"
},
"keywords": [
"DNS",
"aladin",
"aladinnetwork",
"aladinnetwork-zonefile",
"zone",
"zone file",
"zonefile",
"domain",
"domain name"
],
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/plugin-transform-modules-commonjs": "^7.2.0",
"@babel/preset-flow": "^7.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.11.1",
"eslint-plugin-flowtype": "^3.2.0",
"flow-bin": "^0.89.0",
"tape": "^4.5.1"
}
}