{
  "name": "@primer/octicons-react",
  "version": "19.33.0",
  "description": "A scalable set of icons handcrafted with <3 by GitHub.",
  "homepage": "https://primer.style/octicons",
  "author": "GitHub, Inc.",
  "license": "MIT",
  "type": "commonjs",
  "main": "dist/index.umd.js",
  "module": "dist/index.esm.mjs",
  "exports": {
    ".": {
      "types": {
        "import": "./dist/index.d.mts",
        "require": "./dist/index.d.ts"
      },
      "import": "./dist/index.esm.mjs",
      "require": "./dist/index.umd.js"
    },
    "./*": {
      "types": "./dist/icons/*.d.ts",
      "import": "./dist/icons/*.mjs"
    }
  },
  "sideEffects": false,
  "types": "dist/index.d.ts",
  "repository": "primer/octicons",
  "scripts": {
    "build": "script/build.ts && script/types.ts && rolldown -c",
    "clean": "rimraf dist src/__generated__",
    "type-check": "tsc --noEmit",
    "lint:npm": "publint --strict"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "GitHub",
    "icons",
    "svg",
    "octicons",
    "react",
    "primer"
  ],
  "devDependencies": {
    "@babel/core": "7.29.6",
    "@babel/generator": "^7.22.0",
    "@babel/preset-env": "^7.22.0",
    "@babel/preset-react": "^7.22.0",
    "@babel/preset-typescript": "^7.29.7",
    "@babel/types": "^7.22.0",
    "@github/prettier-config": "0.0.4",
    "@rolldown/plugin-babel": "^0.2.3",
    "@testing-library/jest-dom": "^5.16.5",
    "@testing-library/react": "^13.4.0",
    "@types/react": "^18.2.0",
    "fs-extra": "^6.0.1",
    "publint": "0.2.12",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "rimraf": "^6.1.3",
    "rolldown": "^1.2.1",
    "styled-components": "^4.2.0",
    "typescript": "^6.0.3"
  },
  "peerDependencies": {
    "react": ">=16.3"
  },
  "engines": {
    "node": ">=8"
  },
  "overrides": {
    "fflate": "0.8.2"
  }
}
