UNPKG

country-codes-and-flags

Version:

A TypeScript library mapping country names and ISO codes to their corresponding flag emoji

57 lines (56 loc) 1.4 kB
{ "name": "country-codes-and-flags", "version": "1.0.3", "description": "A TypeScript library mapping country names and ISO codes to their corresponding flag emoji", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsup", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/kgarrity22/country-codes-and-flags.git" }, "publishConfig": { "registry": "https://registry.npmjs.org/", "tag": "latest" }, "keywords": [ "country-ids", "country flags", "country flag emojis", "alpha2", "alpha3", "ISO codes", "country codes", "flag emojis", "flags" ], "author": "Kathleen Garrity", "license": "MIT", "bugs": { "url": "https://github.com/kgarrity22/country-codes-and-flags/issues" }, "homepage": "https://github.com/kgarrity22/country-codes-and-flags#readme", "devDependencies": { "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", "@semantic-release/github": "^11.0.1", "@semantic-release/npm": "^12.0.1", "@types/jest": "^29.5.14", "jest": "^29.7.0", "semantic-release": "^24.2.0", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", "tsup": "^8.3.5", "typescript": "^5.6.3" }, "dependencies": { "execa": "^9.5.1" } }