react-card-network-icons
Version:
React svg components for the common payment card network logos.
67 lines • 1.46 kB
JSON
{
"name": "react-card-network-icons",
"version": "1.0.3",
"description": "React svg components for the common payment card network logos.",
"author": "Ricky Zhang <haoyuzhangca@outlook.com>",
"homepage": "https://github.com/rickyzhangca/react-card-network-icons",
"repository": {
"type": "git",
"url": "https://github.com/rickyzhangca/react-card-network-icons"
},
"sideEffects": false,
"license": "MIT",
"types": "./src/index.ts",
"exports": {
".": {
"types": "./src/index.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"devDependencies": {
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"tsup": "^8.5.0",
"typescript": "5.8.3",
"@repo/typescript-config": "0.0.0"
},
"dependencies": {
"react": "^18.0.0"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"amex",
"brands",
"card",
"card-network",
"card-network-icons",
"components",
"credit",
"credit-card",
"credit-card-icons",
"credit-card-logos",
"discover",
"icon",
"icons",
"logos",
"mastercard",
"payment",
"payment-card",
"payment-card-icons",
"paypal",
"react",
"react-card-icons",
"react-component",
"svg",
"typescript",
"unionpay",
"visa"
],
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"clean": "rm -rf .turbo node_modules dist"
}
}