{
  "name": "@webcomponents/custom-elements",
  "version": "1.6.0",
  "publishConfig": {
    "access": "public"
  },
  "description": "HTML Custom Elements Polyfill",
  "license": "BSD-3-Clause",
  "repository": {
    "type": "git",
    "url": "https://github.com/webcomponents/polyfills.git",
    "directory": "packages/custom-elements"
  },
  "author": "The Polymer Project Authors (https://polymer.github.io/AUTHORS.txt)",
  "homepage": "https://github.com/webcomponents/polyfills/tree/master/packages/custom-elements",
  "bugs": "https://github.com/webcomponents/polyfills/issues?q=is%3Aissue+is%3Aopen+label%3A\"Package%3A+custom-elements\"",
  "main": "custom-elements.min.js",
  "scripts": {
    "build": "tsc && gulp",
    "build:watch": "chokidar --initial 'ts_src/**/*.ts' -c 'npm run build'",
    "debug": "rollup -c",
    "prepack": "npm run build"
  },
  "files": [
    "CHANGELOG.md",
    "custom-elements.min.js*",
    "externs/",
    "src/"
  ],
  "keywords": [
    "custom-elements",
    "customelements",
    "web-components",
    "webcomponents",
    "polyfill",
    "shim"
  ],
  "devDependencies": {
    "@webcomponents/html-imports": "^1.3.1",
    "@webcomponents/shadydom": "^1.11.0"
  }
}
