country-kit
Version:
A lightweight TypeScript library providing comprehensive country data including ISO codes, names, calling codes, and flag emojis.
59 lines (58 loc) • 1.42 kB
JSON
{
"name": "country-kit",
"description": "A lightweight TypeScript library providing comprehensive country data including ISO codes, names, calling codes, and flag emojis.",
"version": "1.1.0",
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist/**",
"README.md"
],
"keywords": [
"country",
"countries",
"country-codes",
"iso-codes",
"country-data",
"country-flags",
"country-calling-codes",
"flag-emoji",
"country-list",
"international",
"iso-3166",
"typescript",
"nodejs"
],
"repository": {
"type": "git",
"url": "https://github.com/thevipinmishra/country-kit.git",
"directory": "packages/country-kit"
},
"homepage": "https://country-kit.vercel.app/",
"scripts": {
"build": "rslib build",
"check": "biome check --write",
"dev": "rslib build --watch",
"format": "biome format --write",
"publish": "pnpm run build && npm publish",
"test": "vitest run"
},
"devDependencies": {
"@biomejs/biome": "^1.9.3",
"@rslib/core": "^0.2.0",
"@types/node": "^22.8.1",
"typescript": "^5.6.3",
"vitest": "^2.1.8"
},
"author": "Vipin Mishra",
"license": "ISC"
}