{
  "name": "@twilio-paste/breadcrumb",
  "version": "12.0.1",
  "category": "navigation",
  "status": "production",
  "description": "A Breadcrumb is text that shows navigation hierarchy and lets users navigate a nested path of pages.",
  "author": "Twilio Inc.",
  "license": "MIT",
  "main:dev": "src/index.tsx",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "types": "dist/index.d.ts",
  "sideEffects": false,
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "yarn clean && NODE_ENV=production node build.js && tsc",
    "build:js": "NODE_ENV=development node build.js",
    "build:typedocs": "tsx ../../../../tools/build/generate-type-docs",
    "clean": "rm -rf ./dist",
    "tsc": "tsc"
  },
  "peerDependencies": {
    "@twilio-paste/anchor": "^13.0.0",
    "@twilio-paste/animation-library": "^3.0.0",
    "@twilio-paste/box": "^11.0.0",
    "@twilio-paste/color-contrast-utils": "^5.0.0",
    "@twilio-paste/customization": "^9.0.0",
    "@twilio-paste/design-tokens": "^10.0.0",
    "@twilio-paste/icons": "^13.0.0",
    "@twilio-paste/style-props": "^10.0.0",
    "@twilio-paste/styling-library": "^4.0.0",
    "@twilio-paste/text": "^11.0.0",
    "@twilio-paste/theme": "^12.0.0",
    "@twilio-paste/types": "^7.0.0",
    "@twilio-paste/uid-library": "^3.0.0",
    "@types/react": "^17.0.2 || ^18.0.27 || ^19.0.0",
    "@types/react-dom": "^17.0.2 || ^18.0.10 || ^19.0.0",
    "react": "^17.0.2 || ^18.0.0 || ^19.0.0",
    "react-dom": "^17.0.2 || ^18.0.0 || ^19.0.0"
  },
  "devDependencies": {
    "@twilio-paste/anchor": "^13.0.1",
    "@twilio-paste/animation-library": "^3.0.1",
    "@twilio-paste/box": "^11.0.1",
    "@twilio-paste/color-contrast-utils": "^5.0.0",
    "@twilio-paste/customization": "^9.0.1",
    "@twilio-paste/design-tokens": "^10.2.0",
    "@twilio-paste/icons": "^13.0.1",
    "@twilio-paste/style-props": "^10.0.1",
    "@twilio-paste/styling-library": "^4.0.1",
    "@twilio-paste/text": "^11.0.1",
    "@twilio-paste/theme": "^12.0.1",
    "@twilio-paste/types": "^7.0.1",
    "@twilio-paste/uid-library": "^3.0.1",
    "@types/react": "^19.0.8",
    "@types/react-dom": "^19.0.3",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "tsx": "^4.0.0",
    "typescript": "^4.9.4"
  }
}
