@boredland/global-tld-list
Version:
List of Global TLDs
77 lines (76 loc) • 1.85 kB
JSON
{
"name": "@boredland/global-tld-list",
"version": "2.2.0",
"private": false,
"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",
"type": "module",
"exports": {
".": {
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
},
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
}
},
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": ["dist/*"],
"scripts": {
"build": "tsup-node src/index.ts --clean --minify --dts --format cjs,esm",
"build:watch": "npm run build -- --watch",
"clean": "rimraf dist coverage",
"commit": "git-cz",
"generate": "node --experimental-strip-types src/generate.ts",
"lint": "biome check .",
"lint:fix": "npm run lint -- --write",
"prepare": "husky",
"prepublishOnly": "npm run generate && npm run build",
"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": {
"@biomejs/biome": "1.9.4",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@types/node": "^22.10.2",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.18.1",
"cz-conventional-changelog": "^3.3.0",
"husky": "^9.1.7",
"lint-staged": "^15.2.11",
"punycode": "^2.3.1",
"standard-version": "^9.5.0",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"vitest": "^2.1.8"
}
}