{
  "name": "@wvr/tl-elements",
  "version": "2.0.10",
  "description": "Collection of angular components for TAMU's Custom Web Component UI",
  "author": "Texas A&M University Libraries",
  "private": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/TAMULib/tamu-library-components"
  },
  "bugs": {
    "url": "https://github.com/TAMULib/tamu-library-components/issues"
  },
  "homepage": "https://github.com/TAMULib/tamu-library-components",
  "keywords": [
    "tamu",
    "a&m",
    "library",
    "angular",
    "web components"
  ],
  "license": "MIT",
  "dependencies": {
    "tslib": "2.4.1"
  },
  "peerDependencies": {
    "@angular/common": "12.2.16",
    "@tinymce/tinymce-angular": "4.2.4",
    "@wvr/elements": "next"
  },
  "main": "bundles/wvr-tl-elements.umd.js",
  "module": "fesm2015/wvr-tl-elements.js",
  "es2015": "fesm2015/wvr-tl-elements.js",
  "esm2015": "esm2015/wvr-tl-elements.js",
  "fesm2015": "fesm2015/wvr-tl-elements.js",
  "typings": "wvr-tl-elements.d.ts",
  "sideEffects": false
}