{
  "name": "cx-theme-material",
  "version": "26.3.1",
  "description": "Material theme CSS styles for Cx applications",
  "main": "./build/index.js",
  "types": "./build/index.d.ts",
  "exports": {
    ".": {
      "types": "./build/index.d.ts",
      "default": "./build/index.js"
    },
    "./src/": "./src/",
    "./build/": "./build/",
    "./dist/": "./dist/"
  },
  "sideEffects": true,
  "author": "Codaxy",
  "license": "SEE LICENSE.md",
  "scripts": {
    "build": "yarn compile && node build",
    "compile": "tsc",
    "check-types": "tsc --noEmit"
  },
  "files": [
    "README.md",
    "LICENSE.md",
    "src",
    "dist",
    "build"
  ],
  "peerDependencies": {
    "cx": "*"
  },
  "devDependencies": {
    "typescript": "^5.9.3"
  }
}
