react-native-country-flag
Version:
This is a React-Native package to display every 254 Country flags with the ISO 3166-1 alpha-2 Standard!
37 lines (36 loc) • 967 B
JSON
{
"name": "react-native-country-flag",
"version": "2.0.2",
"description": "This is a React-Native package to display every 254 Country flags with the ISO 3166-1 alpha-2 Standard!",
"main": "./dist/cjs/index.js",
"module": "./dist/index.js",
"scripts": {
"build": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/YannisHofmann/react-native-country-flag.git"
},
"keywords": [
"React-Native",
"Country",
"Flags",
"Flag",
"ISO",
"icon"
],
"author": "Yannis Hofmann",
"license": "MIT",
"homepage": "https://github.com/YannisHofmann/react-native-country-flag.git",
"devDependencies": {
"@types/react": "^17.0.20",
"@types/react-native": "^0.65.0",
"react": "^17.0.2",
"react-native": "^0.65.1",
"typescript": "^4.4.2"
},
"files": [
"dist"
]
}