{
  "name": "@umbraco-ui/uui-css",
  "version": "1.17.2",
  "license": "MIT",
  "keywords": [
    "Umbraco",
    "Custom elements",
    "Web components",
    "UI",
    "Lit",
    "Css"
  ],
  "description": "Umbraco UI css component",
  "repository": {
    "type": "git",
    "url": "https://github.com/umbraco/Umbraco.UI.git",
    "directory": "packages/uui-css"
  },
  "bugs": {
    "url": "https://github.com/umbraco/Umbraco.UI/issues"
  },
  "main": "./lib/index.js",
  "module": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "type": "module",
  "files": [
    "assets",
    "dist",
    "lib/**/*.d.ts",
    "lib/**/*.js"
  ],
  "peerDependencies": {
    "lit": ">=2.8.0"
  },
  "scripts": {
    "build": "npm run build:cssprops && tsc --build && rollup -c rollup.config.js",
    "build:cssprops": "npm run postcss:convert && npm run custom-properties-cache",
    "postcss:convert": "postcss lib/custom-properties.css -o dist/custom-properties.css",
    "clean": "tsc --build --clean && rimraf -g dist lib/*.js lib/**/*.js *.tgz lib/**/*.d.ts custom-elements.json custom-properties.*",
    "analyze": "web-component-analyzer **/*.element.ts --outFile custom-elements.json",
    "custom-properties-cache": "node ./scripts/update-custom-properties-cache.js"
  },
  "publishConfig": {
    "access": "public"
  },
  "homepage": "https://uui.umbraco.com/?path=/story/uui-css",
  "gitHead": "8fec218b35fd06a63fe4cf4f3bd3ba6a5c4cafe7"
}
