global-tld-list
Version:
List of Global TLDs
68 lines (67 loc) • 1.71 kB
JSON
{
"name": "global-tld-list",
"version": "1.21.78",
"description": "List of Global TLDs",
"keywords": [
"tld",
"tlds",
"gtlds",
"tld-list",
"top-level-domains",
"top",
"level",
"domains",
"list"
],
"repository": {
"type": "git",
"url": "https://github.com/mastermunj/global-tld-list.git"
},
"license": "MIT",
"author": "Munjal Dhamecha",
"main": "dist/index.js",
"files": [
"dist/*",
"data/*"
],
"scripts": {
"build": "npm run clean && tsc --noEmitOnError",
"build:watch": "npm run build -- --watch",
"clean": "rimraf dist coverage",
"commit": "git-cz",
"generate": "node dist/list.js",
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix",
"prepare": "husky",
"release": "standard-version",
"release:mock": "npm run release -- --dry-run",
"test": "vitest",
"test:watch": "npm run test -- --watch"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"devDependencies": {
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@types/node": "^24.1.0",
"@typescript-eslint/eslint-plugin": "^8.38.0",
"@typescript-eslint/parser": "^8.38.0",
"@vitest/coverage-v8": "^3.2.4",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.32.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.3",
"husky": "^9.1.7",
"lint-staged": "^16.1.2",
"prettier": "^3.6.2",
"punycode": "^2.3.1",
"rimraf": "^6.0.1",
"sort-package-json": "^3.4.0",
"standard-version": "^9.5.0",
"typescript": "^5.8.3",
"vitest": "^3.2.4"
}
}