UNPKG

@vnaidin/react-native-cryptocurrency-icons

Version:
78 lines (77 loc) 1.55 kB
{ "name": "@vnaidin/react-native-cryptocurrency-icons", "version": "0.0.18", "description": "React Native cryptocurrency icons as PNG components", "license": "CC0-1.0", "repository": { "type": "git", "url": "git+https://github.com/vnaidin/react-native-cryptocurrency-icons.git" }, "homepage": "https://vnaidin.github.io/react-native-cryptocurrency-icons", "author": "Vladyslav Naidin <vladyslav.naidin.dev@gmail.com>", "main": "dist/index.js", "files": [ "icons/32", "icons/64", "icons/128", "dist" ], "keywords": [ "cryptocurrency", "crypto", "icons", "icon", "currency", "currencies", "cryptocurrencies", "symbols", "png", "color", "coin", "coins", "bitcoin", "btc", "ethereum", "eth", "flat-icons", "altcoin", "altcoins", "icon-pack", "icon-set", "token", "tokens", "erc20-tokens", "erc20", "erc721", "react-native", "react", "mobile", "wallet", "blockchain", "defi" ], "scripts": { "build": "tsc", "prepare": "husky", "publish:npm": "npm publish --access public", "check": "node scripts/check-icons.js", "generateDoc": "node scripts/generate-html-gallery.js", "deploy:docs": "npm run generateDoc && npx gh-pages -d docs" }, "devDependencies": { "@types/react": "^19.1.10", "@types/react-native": "^0.72.8", "alpha-sort": "^2.0.1", "coinlist": "^3.1.2", "get-svg-colors": "^1.5.1", "husky": "^9.1.7", "typescript": "^5.9.2" }, "peerDependencies": { "react": "*", "react-native": "*" }, "engines": { "node": ">=16.0.0" } }