{
  "name": "@uoe/edgel",
  "version": "5.3.6",
  "description": "EdGEL: The University of Edinburgh Design System",
  "author": "The University of Edinburgh",
  "license": "UNLICENSED",
  "private": false,
  "repository": {
    "type": "git",
    "url": "git+ssh://git@gitlab.is.ed.ac.uk/edgel/design-system.git"
  },
  "bugs": {
    "url": "https://gitlab.is.ed.ac.uk/edgel/design-system/issues"
  },
  "homepage": "https://design-system.ed.ac.uk/",
  "type": "module",
  "main": "dist/js/edgel.js",
  "style": "dist/css/edgel-university-blue.css",
  "sass": "scss/edgel-university-blue.scss",
  "module": "dist/js/edgel.esm.js",
  "exports": {
    ".": "./dist/js/edgel.js",
    "./edgel-*": "./custom-elements/edgel-*",
    "./scss/*": "./scss/*",
    "./plugins/*": "./js/plugins/*",
    "./js/*": "./dist/js/*",
    "./css/*": "./dist/css/*",
    "./favicons/*": "./dist/favicons/*",
    "./media/*": "./dist/media/*",
    "./fonts/*": "./dist/fonts/*",
    "./dist/*": "./dist/*",
    "./custom-elements": "./custom-elements/index.js",
    "./custom-elements/*": "./custom-elements/*"
  },
  "imports": {
    "#plugins/*": "./js/plugins/*"
  },
  "customElements": "custom-elements.json",
  "scripts": {
    "start": "echo These are just the distribution files.  Please check the repository for more."
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "files": [
    "/dist",
    "/js",
    "/scss",
    "/custom-elements",
    "custom-elements.json"
  ],
  "dependencies": {
    "bootstrap": "5.3.8",
    "bootstrap-icons": "^1.13.1",
    "lit": "^3.3.1"
  },
  "peerDependencies": {
    "@popperjs/core": "^2.11.5"
  },
  "optionalDependencies": {
    "sass": "^1.94.2"
  },
  "engines": {
    "node": ">=18.0.0",
    "npm": ">=8.6.0"
  }
}
