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

55 lines (54 loc) 1.51 kB
{ "name": "country-codes-library", "version": "1.1.3", "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" }, "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": { "typescript": "^5.6.2" }, "publishConfig": { "registry": "https://registry.npmjs.org" }, "keywords": [ "telephone", "calling", "two digit", "three digit", "two-digit-country-code", "three-digit-country-code", "twolettercountrycode", "countrycode", "threelettercountrycode", "USAStateCode", "+2digitcode", "+3digitcode", "ISO-3166", "country-codes", "geography", "canadaprovince", "chinaprovince", "proviencecode", "provience", "geocode", "countrycodes", "currencycodes", "currencysymbols" ] }