{ "name": "iconoir-react-native", "version": "6.11.0", "description": "React Native library for Iconoir, the biggest open source icon library with tons of free icons.", "keywords": [ "icons", "svg", "library", "react-native" ], "homepage": "https://iconoir.com", "repository": { "type": "git", "url": "https://github.com/iconoir-icons/iconoir.git", "directory": "packages/iconoir-react-native" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/iconoir" }, "license": "MIT", "sideEffects": false, "main": "dist/index.js", "module": "dist/esm/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "dist": "tsc -p tsconfig.json && tsc -p tsconfig.esm.json", "prepublishOnly": "npm run dist" }, "devDependencies": { "@types/react": "^18.2.22", "@types/react-native": "^0.72.2", "react": "^18.2.0", "react-native-svg": "^13.14.0", "typescript": "^5.2.2" }, "peerDependencies": { "react": "^16.8.6 || ^17 || ^18", "react-native": ">=0.50.0", "react-native-svg": ">=12.1.1" } }