{
  "name": "@Crystal-Code-Labs/ccl-ui-components-react",
  "version": "0.0.1",
  "description": "Crystal Code Labs React UI components",
  "type": "module",
  "sideEffects": ["**/*.css"],
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "import": "./index.js",
      "default": "./index.js"
    },
    "./styles.css": {
      "default": "./index.css"
    }
  },
  "module": "./index.js",
  "types": "./index.d.ts",
  "files": ["index.js", "index.js.map", "index.css", "index.d.ts", "index.d.ts.map", "**/*.d.ts", "**/*.d.ts.map"],
  "peerDependencies": {
    "react": "^19.0.0",
    "react-dom": "^19.0.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Crystal-Code-Labs/ccl-ui-components"
  }
}
