{
  "name": "eos-webcomponents",
  "version": "1.1.1",
  "description": "The web components library for EOS",
  "main": "index.js",
  "scripts": {
    "bundle": "babel components --out-dir build && rollup -c"
  },
  "husky": {
    "hooks": {
      "pre-commit": "npm run bundle && git add build/*"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@gitlab.com/SUSE-UIUX/EOS-webcomponents.git"
  },
  "keywords": [],
  "author": "SUSE UX/UI team",
  "contributors": [
    {
      "name": "Cynthia Sanchez",
      "web": "https://de.linkedin.com/in/cyntsanchez"
    },
    {
      "name": "Jesus Herman",
      "web": "https://www.linkedin.com/in/jesushermanmarina/"
    },
    {
      "name": "Zvezdana Marjanovic",
      "web": "https://www.linkedin.com/in/zvezdana-marjanovic-5375b251"
    },
    {
      "name": "Manuele Carlini",
      "web": "https://www.linkedin.com/in/manuelecarlini"
    },
    {
      "name": "Kenneth Wimer",
      "web": "https://www.linkedin.com/in/kennethwimer"
    },
    {
      "name": "Richa Bishts",
      "web": "https://www.linkedin.com/in/richabisht"
    },
    {
      "name": "Sorin Curescu",
      "web": "https://www.linkedin.com/in/en3sis"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://gitlab.com/SUSE-UIUX/EOS-webcomponents/issues"
  },
  "homepage": "https://gitlab.com/SUSE-UIUX/EOS-webcomponents#readme",
  "dependencies": {
    "@webcomponents/webcomponentsjs": "^2.3.0",
    "lit-element": "^2.2.1"
  },
  "devDependencies": {
    "@babel/cli": "^7.8.4",
    "@babel/core": "^7.9.6",
    "@babel/plugin-proposal-class-properties": "^7.7.0",
    "@babel/plugin-proposal-decorators": "^7.7.0",
    "@babel/preset-env": "^7.7.1",
    "@semantic-release/git": "^5.0.0",
    "@semantic-release/gitlab": "^2.1.4",
    "babel-cli": "^6.26.0",
    "conventional-changelog-eslint": "^1.0.9",
    "husky": "^4.2.5",
    "rollup": "^1.26.5",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "semantic-release": "^15.14.0"
  }
}
