{
  "name": "justd-icons",
  "version": "1.10.27",
  "description": "A library of beautifully crafted react icons, perfect for enhancing the visual appeal and user experience of your web applications.",
  "author": "Irsyad A. Panjaitan",
  "license": "MIT",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "unpkg": "dist/umd/index.js",
  "types": "dist/index.d.ts",
  "sideEffects": false,
  "scripts": {
    "prepare": "npx husky",
    "format": "npx prettier --write .",
    "prebuild": "rimraf src && rimraf dist",
    "optimize-svg": "npx svgo -f ../justd-svg -o ../optimized-svg",
    "build": "npm run optimize-svg && npm run svgr && node scripts/add-custom-attr.js && node scripts/generate-declarations.js && rollup -c",
    "svgr": "svgr --icon --replace-attr-values '#000=none' --replace-attr-values 1em=16 -d src -- ../optimized-svg",
    "analyze": "rollup -c --bundleConfigAsCjs && npx rollup-plugin-visualizer",
    "pr": "npm run build && git commit -a",
    "test": "npm run build && npm link",
    "release": "export GITHUB_TOKEN=$(cat .github_token) && release-it"
  },
  "files": [
    "dist",
    "LICENSE",
    "README.md",
    "package.json"
  ],
  "keywords": [
    "icon",
    "react",
    "irsyadadl",
    "irsyad",
    "react-icons",
    "paranoid",
    "justd",
    "getjustd",
    "react-icons",
    "react-icons-library",
    "react-icon-library",
    "react-icon",
    "react-icons-collection",
    "react-icons-list",
    "react-icon-list",
    "icon-library",
    "icon-list",
    "icon-collection"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/justdlabs/icons.git"
  },
  "homepage": "https://getjustd.com/icons",
  "devDependencies": {
    "@rollup/plugin-node-resolve": "^16.0.0",
    "@rollup/plugin-terser": "^0.4.4",
    "@babel/plugin-transform-runtime": "^7.25.9",
    "@babel/preset-env": "^7.26.0",
    "@babel/preset-react": "^7.26.3",
    "@babel/preset-typescript": "^7.26.0",
    "@commitlint/cli": "^18.6.1",
    "@release-it/conventional-changelog": "^8.0.2",
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-typescript": "^11.1.6",
    "@svgr/cli": "^8.1.0",
    "husky": "^9.1.7",
    "prettier": "^3.4.2",
    "release-it": "^17.11.0",
    "rimraf": "^5.0.10",
    "rollup": "^4.30.1",
    "rollup-plugin-filesize": "^10.0.0"
  },
  "release-it": {
    "git": {
      "commitMessage": "chore: release v${version}"
    },
    "github": {
      "release": true
    },
    "npm": {
      "publish": false
    },
    "plugins": {
      "@release-it/conventional-changelog": {
        "infile": "CHANGELOG.md",
        "preset": "conventionalcommits",
        "types": {
          "feat": {
            "description": "Add new features"
          },
          "icon": {
            "description": "Add new icons"
          },
          "fix": {
            "description": "Fix bugs"
          },
          "pubslished": {
            "description": "Published new version"
          },
          "chore": {
            "description": "Build process or auxiliary tool changes"
          }
        }
      }
    }
  },
  "peerDependencies": {
    "react": "^19.0.0",
    "react-dom": "^19.0.0"
  },
  "dependencies": {
    "@babel/runtime": "^7.26.0"
  }
}
