{ "name": "iconoir-react-native", "version": "2.1.0", "description": "React Native library for Iconoir icon set", "main": "dist/index.js", "module": "dist/esm/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "dist": "tsup && tsc" }, "repository": { "type": "git", "url": "git+https://github.com/lucaburgio/iconoir.git" }, "keywords": [ "icons", "svg", "library" ], "license": "MIT", "bugs": { "url": "https://github.com/lucaburgio/iconoir/issues" }, "sideEffects": false, "homepage": "https://github.com/lucaburgio/iconoir#readme", "peerDependencies": { "react": "^16.8.6 || ^17", "react-native": ">=0.50.0", "react-native-svg": "^12.1.1" }, "devDependencies": { "@babel/runtime": "^7.14.6", "@types/react": "^17.0.13", "react": "^17.0.2", "react-native-svg": "^12.1.1", "tsup": "^4.12.0", "typescript": "^4.3.5" } }