{
  "name": "react-crypto-icons",
  "version": "1.0.5",
  "description": "A simple React component that can display 600 crypto icons",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rileystephens28/react-crypto-icons.git"
  },
  "bugs": {
    "url": "https://github.com/rileystephens28/react-crypto-icons/issues"
  },
  "homepage": "https://github.com/rileystephens28/react-crypto-icons#readme",
  "directories": {
    "example": "example",
    "lib": "lib"
  },
  "keywords": [
    "react",
    "crypto",
    "cyrptocurrency",
    "icons",
    "crypto-icons",
    "crypto icons",
    "cyrptocurrency-icons",
    "cyrptocurrency icons"
  ],
  "license": "MIT",
  "author": "Riley Stephens",
  "main": "./lib/index.js",
  "module": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "files": ["/lib"],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "rm -r ./lib/ && npm run build:esm && npm run copy-assets",
    "build:esm": "tsc",
    "copy-assets": "cp -r ./src/assets/ ./lib/assets/",
    "lint": "eslint src/**/*.{ts,tsx} --quiet --fix"
  },
  "peerDependencies": {
    "react": "^17.0.2",
    "react-dom": "^17.0.2"
  },
  "devDependencies": {
    "@svgr/webpack": "^5.5.0",
    "@types/node": "^16.3.1",
    "@types/react": "^17.0.14",
    "@types/react-dom": "^17.0.9",
    "@typescript-eslint/eslint-plugin": "^4.28.2",
    "@typescript-eslint/parser": "^4.28.2",
    "eslint": "^7.30.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-import": "^2.23.4",
    "eslint-plugin-prettier": "^3.4.0",
    "eslint-plugin-react": "^7.24.0",
    "eslint-plugin-react-hooks": "^4.2.0",
    "prettier": "^2.3.2",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "typescript": "^4.3.5"
  },
  "dependencies": {}
}
