UNPKG

@web3sdkio/chain-icons

Version:

A quick, easy and light-weight way to add chain / network icons to your react app.

73 lines (72 loc) 1.81 kB
{ "name": "@web3sdkio/chain-icons", "version": "1.0.0", "description": "", "source": "src/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", "module": "dist/index.mjs", "repository": { "type": "git", "url": "git+https://github.com/web3sdkio/chain-icons.git" }, "bugs": { "url": "https://github.com/web3sdkio/chain-icons/issues" }, "homepage": "https://github.com/web3sdkio/chain-icons#readme", "author": "@jnsdls", "license": "Apache-2.0", "scripts": { "download": "node scripts/download-icons.mjs", "generate:jsx": "node scripts/convert-svg.mjs", "generate:index": "node scripts/generate-index.mjs", "generate:build": "tsup --env.NODE_ENV production --dts --format esm,cjs", "clean": "rm -rf dist/ && rm -rf src/", "build": "yarn clean && yarn download && yarn generate:jsx && yarn generate:index && yarn generate:build", "fix": "preconstruct fix" }, "sideEffects": false, "files": [ "dist/", "svg/" ], "keywords": [ "chain", "icon", "react", "react-icons", "react-chain-icons", "web3sdkio", "web3" ], "peerDependencies": { "react": "*" }, "devDependencies": { "@babel/core": "^7.16.0", "@babel/preset-env": "^7.16.0", "@babel/preset-react": "^7.16.0", "@babel/preset-typescript": "^7.16.0", "@svgr/core": "^6.1.1", "@svgr/plugin-jsx": "^6.1.0", "@svgr/plugin-prettier": "^6.0.0", "@svgr/plugin-svgo": "^6.1.0", "@types/react": "^18", "got": "^12.0.0", "react": "*", "svgo-autocrop": "^1.1.1", "tsup": "^6.1.2", "typescript": "^4.5.3" }, "resolutions": { "glob-parent": "^5.1.2" }, "tsup": { "entry": [ "src/" ], "splitting": false, "sourcemap": true, "clean": true } }