UNPKG

react-native-flag-creator

Version:

![image](https://memberfiles.freewebs.com/98/56/37315698/photos/Nato-Flags/Nato%20Member%20Flags.png)

78 lines (77 loc) 1.73 kB
{ "name": "react-native-flag-creator", "version": "1.0.4", "description": "", "homepage": "https://github.com/Younessmakhfi/CountryFlag", "main": "lib/index.js", "types": "lib/index.d.ts", "author": "Youness Makhfi <youness.makhfi.contact@gmail.com>", "keywords": [ "country", "countrycode", "flag", "icon", "react-native", "flag-icons", "flag-icon", "flag-creator" ], "license": "MIT", "files": [ "android", "ios", "lib", "react-native-flag-creator.podspec", "!android/build", "!.DS_Store", "!.gradle", "!.idea", "!build", "!gradle", "!*.iml", "!gradlew", "!gradlew.bat", "!local.properties", "!project.xcworkspace", "!xcshareddata", "!xcuserdata" ], "scripts": { "compile": "rm -rf lib && tsc -p .", "lint": "eslint . --ext .js,.jsx,.ts,.tsx", "prepare": "yarn compile", "test": "jest" }, "devDependencies": { "@babel/core": "^7.16.12", "@babel/runtime": "^7.16.7", "@react-native-community/eslint-config": "^3.0.1", "@types/jest": "^27.4.0", "@types/react-native": "^0.66.15", "@types/react-test-renderer": "^17.0.1", "babel-jest": "^27.4.6", "eslint": "^7.32.0", "eslint-plugin-simple-import-sort": "^7.0.0", "jest": "^27.4.7", "metro-react-native-babel-preset": "^0.67.0", "react": "^17.0.2", "react-native": "^0.67.1", "react-test-renderer": "^17.0.2", "typescript": "^4.5.5" }, "peerDependencies": { "react": "*", "react-native": "*" }, "jest": { "preset": "react-native", "moduleFileExtensions": [ "ts", "tsx", "js", "jsx", "json", "node" ] } }