@jagomf/countrieslist
Version:
Sovereign countries' names in many languages with their ISO-3166-1 alpha-2.
31 lines (30 loc) • 820 B
JSON
{
"name": "@jagomf/countrieslist",
"description": "Sovereign countries' names in many languages with their ISO-3166-1 alpha-2.",
"keywords": [
"countries",
"country",
"list",
"iso-3166-1"
],
"author": "Jago <jago@lunadevel.com>",
"version": "4.0.0",
"type": "module",
"homepage": "https://github.com/jagomf/countrieslist",
"repository": "github:jagomf/countrieslist",
"main": "./dist/bundle.js",
"types": "./dist/index.d.ts",
"scripts": {
"dist": "rollup -c",
"dist:publish": "npm run dist && npm publish"
},
"files": [
"dist"
],
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.2",
"rollup": "^2.79.2"
},
"license": "MIT"
}