react-native-country-flag-icon
Version:
This is a React-Native package to display every 254 Country flags with the ISO 3166-1 alpha-2 Standard! But teeny tiny icon sized images!
38 lines (37 loc) • 1.09 kB
JSON
{
"name": "react-native-country-flag-icon",
"version": "1.2.5",
"description": "This is a React-Native package to display every 254 Country flags with the ISO 3166-1 alpha-2 Standard! But teeny tiny icon sized images!",
"main": "./dist/cjs/index.js",
"module": "./dist/index.js",
"scripts": {
"build": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json && npm run copy-files",
"prepublish": "npm run build",
"copy-files": "cp ./src/flags/* ./dist/cjs/flags/ && cp ./src/flags/* ./dist/flags/"
},
"repository": {
"type": "git",
"url": "https://github.com/dbrookesSPC/react-native-country-flag-icon.git"
},
"keywords": [
"React-Native",
"Country",
"Flags",
"Flag",
"ISO",
"icon"
],
"author": "David Brookes",
"license": "MIT",
"homepage": "https://github.com/dbrookesSPC/react-native-country-flag-icon.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"
]
}