{
  "name": "@umbraco-ui/uui-base",
  "version": "1.17.3",
  "license": "MIT",
  "keywords": [
    "Umbraco",
    "Custom elements",
    "Web components",
    "UI",
    "Lit"
  ],
  "description": "This is a base dependency for Umbraco UI components. It contains mixins, animations, abstract base classes, UUIEvent base class, and universal types for properties shared by different components ",
  "repository": {
    "type": "git",
    "url": "https://github.com/umbraco/Umbraco.UI.git",
    "directory": "packages/uui-base"
  },
  "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": [
    "lib/**/*.d.ts",
    "lib/**/*.js"
  ],
  "peerDependencies": {
    "lit": ">=2.8.0"
  },
  "scripts": {
    "build": "tsc --build && rollup -c rollup.config.js",
    "clean": "tsc --build --clean && rimraf -g dist lib/*.js lib/**/*.js *.tgz lib/**/*.d.ts"
  },
  "publishConfig": {
    "access": "public"
  },
  "homepage": "https://uui.umbraco.com/?path=/story/uui-base",
  "gitHead": "6ace9a5889a8e18bc47404563b70b4d8b263aac9"
}
