UNPKG

haraka-tld

Version:
46 lines (45 loc) 1.14 kB
{ "name": "haraka-tld", "version": "1.2.4", "description": "Haraka TLD utilities", "main": "index.js", "files": [ "CHANGELOG.md", "etc", "lib" ], "directories": { "test": "test" }, "scripts": { "format": "npm run prettier:fix && npm run lint:fix", "lint": "npx eslint *.js lib test", "lint:fix": "npx eslint --fix *.js lib test", "prettier": "npx prettier . --check", "prettier:fix": "npx prettier . --write --log-level=warn", "test": "npx mocha@^10", "versions": "npx dependency-version-checker check", "versions:fix": "npx dependency-version-checker update && npm run prettier:fix" }, "repository": { "type": "git", "url": "git+https://github.com/haraka/haraka-tld.git" }, "keywords": [ "haraka", "tld", "domain" ], "author": "Haraka Team <haraka.mail@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/haraka/haraka-tld/issues" }, "homepage": "https://github.com/haraka/haraka-tld#readme", "dependencies": { "punycode.js": "^2.3.1" }, "devDependencies": { "@haraka/eslint-config": "^2.0.2" } }