UNPKG

@hapi/tlds

Version:

TLDS list for domain validation

50 lines (49 loc) 1.28 kB
{ "name": "@hapi/tlds", "version": "2.0.0", "description": "TLDS list for domain validation", "keywords": [ "domain", "tlds" ], "license": "BSD-3-Clause", "repository": { "type": "git", "url": "git://github.com/hapijs/tlds.git" }, "files": [ "dist" ], "type": "module", "types": "./dist/index.d.ts", "exports": { ".": "./dist/index.mjs", "./package.json": "./package.json" }, "scripts": { "prepare": "node --run build", "test": "vitest run --coverage", "typecheck": "tsc --noEmit", "lint": "oxlint", "lint:fix": "oxlint --fix", "fmt": "oxfmt --check", "fmt:fix": "oxfmt", "build": "tsdown", "update-list": "node --import @oxc-node/core/register .github/scripts/update-list.ts" }, "devDependencies": { "@hapi/oxc-plugin": "^1.0.1", "@hapi/wreck": "^18.1.2", "@oxc-node/core": "0.1.0", "@types/node": "^22.19.20", "@vitest/coverage-v8": "^4.1.8", "oxfmt": "^0.54.0", "oxlint": "^1.69.0", "tsdown": "^0.22.2", "typescript": "^6.0.3", "vitest": "^4.1.8" }, "engines": { "node": ">=22" } }