{
  "name": "@launchpad-ui/chip",
  "version": "0.9.58",
  "status": "beta",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/launchdarkly/launchpad-ui"
  },
  "description": "An element representing keywords that categorize feature states for quick recognition.",
  "license": "Apache-2.0",
  "files": [
    "dist"
  ],
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "types": "dist/index.d.ts",
  "sideEffects": [
    "**/*.css"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.es.js",
      "require": "./dist/index.js"
    },
    "./package.json": "./package.json",
    "./style.css": "./dist/style.css"
  },
  "source": "src/index.ts",
  "dependencies": {
    "classix": "2.2.0",
    "@launchpad-ui/icons": "~0.21.6",
    "@launchpad-ui/tokens": "~0.12.3"
  },
  "peerDependencies": {
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0"
  },
  "devDependencies": {
    "react": "19.0.0",
    "react-dom": "19.0.0"
  },
  "scripts": {
    "build": "vite build -c ../../vite.config.mts && tsc --project tsconfig.build.json",
    "clean": "rm -rf dist",
    "test": "vitest run --coverage"
  }
}