{
  "name": "@edx/elm-theme",
  "version": "1.11.1",
  "description": "A package containing brand elements and SASS themes for edx.org",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/edx/elm-theme.git"
  },
  "author": "edX",
  "license": "UNLICENSED",
  "bugs": {
    "url": "https://github.com/edx/elm-theme/issues"
  },
  "homepage": "https://github.com/edx/elm-theme#readme",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build-tokens": "paragon build-tokens --source ./tokens/src --build-dir ./paragon/css --source-tokens-only",
    "build-scss": "paragon build-scss --corePath ./paragon/core.scss --themesPath ./paragon/css/themes --defaultThemeVariants light",
    "build": "make build",
    "build:watch": "nodemon --ignore dist -x \"make build\"",
    "serve-theme-css": "paragon serve-theme-css --theme-name 'Local Elm (edX.org)'",
    "paragon:help": "paragon help"
  },
  "devDependencies": {
    "@openedx/paragon": "^23.14.0",
    "nodemon": "^3.1.4"
  }
}
