UNPKG

language-country-code

Version:

A library to convert language codes to country codes and vice versa.

42 lines (41 loc) 851 B
{ "name": "language-country-code", "version": "1.0.5", "description": "A library to convert language codes to country codes and vice versa.", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "index.js", "README.md" ], "scripts": { "build": "tsc", "test": "echo \"No tests yet\"" }, "keywords": [ "language", "country", "code", "country-code", "language-code", "npm", "country-to-language", "language-to-country", "localization", "internationalization", "i18n", "geolocation", "language-mapping", "region-code", "iso-codes" ], "author": "Buğra Işık", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/bugra-isik/language-country-code" }, "devDependencies": { "typescript": "^5.8.3" } }