{
  "name": "@refinitiv-ui/elemental-theme",
  "version": "7.5.6",
  "description": "Base theme for Element Framework Components",
  "author": "LSEG",
  "license": "Apache-2.0",
  "type": "module",
  "main": "index.less",
  "repository": {
    "type": "git",
    "url": "git@github.com:Refinitiv/refinitiv-ui.git",
    "directory": "packages/elemental-theme"
  },
  "files": [
    "*",
    "!.*"
  ],
  "scripts": {
    "build:light": "theme-compiler light --variant=light --registration=event",
    "build:dark": "theme-compiler dark --variant=dark --registration=event",
    "build": "npm run build:light && npm run build:dark",
    "build:prod": "npm run build",
    "watch": "chokidar \"**/*.less\" --command \"npm run build\" --debounce=5000",
    "prepack": "npm run version",
    "version": "node ../../scripts/version/index.js"
  },
  "devDependencies": {
    "@refinitiv-ui/theme-compiler": "^7.3.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "bdaeb6f0ddde9f3cd62f5de080a53ded2461e418"
}