UNPKG

country-info-flags

Version:

A lightweight library for country flags, phone codes, and currency information for React and React Native

68 lines (67 loc) 1.44 kB
{ "name": "country-info-flags", "version": "1.3.16", "description": "A lightweight library for country flags, phone codes, and currency information for React and React Native", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "scripts": { "build": "tsup", "test": "jest" }, "keywords": [ "country", "countries", "flags", "svg-flags", "country-codes", "phone-codes", "currency", "international", "i18n", "react", "react-native", "cross-platform", "typescript", "mobile", "web", "iso-3166", "dial-code", "country-picker", "country-selector", "svg" ], "repository": { "type": "git", "url": "https://github.com/jx13xx/country-info-flags" }, "author": "Jean Xavier", "license": "MIT", "devDependencies": { "@types/jest": "^29.5.11", "@types/react": "^19.1.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "ts-jest": "^29.1.1", "ts-node": "^10.9.2", "tsup": "^8.4.0", "typescript": "^5.8.3" }, "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0", "react-native": ">=0.60.0", "react-native-svg": ">=12.0.0" }, "peerDependenciesMeta": { "react-dom": { "optional": true }, "react-native": { "optional": true }, "react-native-svg": { "optional": true } } }