UNPKG

@nictool/dns-resource-record

Version:
59 lines (58 loc) 1.44 kB
{ "name": "@nictool/dns-resource-record", "version": "1.2.3", "description": "DNS Resource Records", "main": "index.js", "files": [ "lib", "rr", "CHANGELOG.md", "rr.js" ], "type": "module", "scripts": { "format:check": "npm run prettier; npm run lint", "format": "npm run prettier -- --write && npm run lint --fix", "lint": "npx eslint **/*.js", "lint:fix": "npm run lint -- --fix", "prettier": "npx prettier --ignore-path .gitignore --check .", "prettier:fix": "npx prettier --ignore-path .gitignore --write .", "test": "npx mocha", "versions": "npx dependency-version-checker check", "watch": "npm run test -- --watch" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/NicTool/dns-resource-record.git" }, "keywords": [ "DNS", "resource", "record", "validator", "validation", "import", "export", "BIND", "djbdns", "tinydns", "nictool" ], "author": "Matt Simerson <matt@tnpi.net>", "license": "BSD-3-Clause", "bugs": { "url": "https://github.com/NicTool/dns-resource-record/issues" }, "homepage": "https://github.com/NicTool/dns-resource-record#readme", "devDependencies": { "@eslint/js": "^10.0.0", "eslint": "^9.15.0", "globals": "^16.0.0", "mocha": "^11.2.2" }, "prettier": { "semi": false, "singleQuote": true, "trailingComma": "all" } }