iso3166-alpha-converter
Version:
Convert between alpha2 ('us') and alpha3 ('USA') ISO 3166 country codes
33 lines (32 loc) • 838 B
JSON
{
"name": "iso3166-alpha-converter",
"version": "1.0.0",
"description": "Convert between alpha2 ('us') and alpha3 ('USA') ISO 3166 country codes",
"main": "build/index.js",
"scripts": {
"build": "poetry run python generate-data.py && tsc",
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/corollari/small-open-datasets.git"
},
"keywords": [
"ISO3166",
"country"
],
"author": "corollari",
"license": "MIT",
"bugs": {
"url": "https://github.com/corollari/small-open-datasets/issues"
},
"files": [
"build/index.js",
"build/index.d.ts"
],
"types": "build/index.d.ts",
"devDependencies": {
"typescript": "^3.9.6"
},
"homepage": "https://github.com/corollari/small-open-datasets/tree/master/iso3166-alpha-converter#readme"
}