UNPKG

react-native-solar-icons

Version:
49 lines 1.23 kB
{ "name": "react-native-solar-icons", "version": "1.0.4", "author": "Gamote", "description": "Solar System icons for React Native and Expo", "keywords": [ "react", "react-native", "solar", "icons", "svg", "expo", "solar system" ], "license": "MIT", "homepage": "https://gamote.github.io/react-native-solar-icons", "repository": { "type": "git", "url": "git+https://github.com/Gamote/react-native-solar-icons.git" }, "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "rename-icons": "tsx scripts/rename-icons.ts", "generate-icons-index": "tsx scripts/generate-icons-index.ts", "build": "tsc", "testpack": "yarn pack --filename react-native-solar-icons-latest.tgz" }, "peerDependencies": { "react": "^18 || ^19", "react-native": "*", "react-native-svg": "*" }, "devDependencies": { "@svgr/cli": "^8.1.0", "@types/node": "^22.13.4", "@types/react": "^19.0.10", "@types/react-native": "^0.73.0", "react": "^19.0.0", "react-native": "^0.78.0", "react-native-svg": "^15.11.1", "tsx": "^4.19.3", "typescript": "^5.7.3" }, "packageManager": "yarn@4.6.0" }