UNPKG

country-codes-library

Version:

The Country Code Library provides a collection of two-letter and three-letter country codes according to the ISO 3166-1 standard, as well as it provides USA, China and Canada Province codes (State codes / adminstrative division codes). In addition, it inc

61 lines (60 loc) 1.67 kB
{ "name": "country-codes-library", "version": "2.0.1", "description": "The Country Code Library provides a collection of two-letter and three-letter country codes according to the ISO 3166-1 standard, as well as it provides USA, China and Canada Province codes (State codes / adminstrative division codes). In addition, it includes telephone calling codes, currency codes, currency Symbols for countries across the world.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test" : "jest" }, "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/mohansenthil/countrycodes-node.git" }, "author": "mohan raj senthilnathan", "license": "MIT", "bugs": { "url": "https://github.com/mohansenthil/countrycodes-node/issues" }, "homepage": "https://github.com/mohansenthil/countrycodes-node#readme", "devDependencies": { "@types/jest": "^29.5.13", "jest": "^29.7.0", "ts-jest": "^29.2.5", "typescript": "^5.6.2" }, "publishConfig": { "registry": "https://registry.npmjs.org" }, "keywords": [ "country-codes", "iso-3166", "country-data", "calling-codes", "phone-codes", "currency-codes", "currency-symbols", "iso-4217", "country-lookup", "country-validation", "phone-validation", "country-search", "reverse-lookup", "country-info", "typescript", "usa-states", "canada-provinces", "china-provinces", "administrative-divisions", "international-codes", "telephone-codes", "country-utilities", "geography", "localization", "i18n" ] }