UNPKG

global-tld-list

Version:
68 lines (67 loc) 1.71 kB
{ "name": "global-tld-list", "version": "1.24.6", "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": "^20.2.0", "@commitlint/config-conventional": "^20.2.0", "@types/node": "^25.0.1", "@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.5.1", "standard-version": "^9.5.0", "typescript": "^5.8.3", "vitest": "^3.2.4" } }