{
  "name": "@k8slens/lds-icons",
  "version": "0.56.4",
  "description": "Lens Design System – React Icon Components",
  "author": "Mirantis Inc",
  "license": "MIT",
  "private": false,
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "sideEffects": false,
  "main": "./lib/cjs/index.js",
  "module": "./lib/es/index.js",
  "types": "./lib/es/index.d.ts",
  "type": "module",
  "files": [
    "lib/",
    "llms.txt"
  ],
  "scripts": {
    "start": "npm run rollup-watch",
    "build": "npm run clean && npm run rollup",
    "rollup-watch": "rollup -c --watch --waitForBundleInput",
    "rollup": "rollup -c",
    "clean": "rimraf lib",
    "lint": "oxlint .",
    "format": "oxlint --fix . && prettier --write ."
  },
  "peerDependencies": {
    "@types/react": "^18.3.0",
    "@types/react-dom": "^18.3.0",
    "clsx": "^1.2.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "devDependencies": {
    "@k8slens/lds-tokens": "^0.59.4",
    "@rollup/plugin-node-resolve": "15.0.2",
    "@storybook/react": "10.2.15",
    "@testing-library/react": "14.0.0",
    "autoprefixer": "10.4.14",
    "typescript": "4.8.4"
  },
  "gitHead": "4d79cf509073c250bbc49794d459230e41de28e6"
}
