{
  "name": "@api-viewer/common",
  "version": "1.0.0-pre.10",
  "publishConfig": {
    "access": "public"
  },
  "description": "Helpers and utilities used by the API Viewer",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/open-wc/api-viewer-element.git",
    "directory": "packages/api-common"
  },
  "author": "open-wc",
  "bugs": {
    "url": "https://github.com/open-wc/api-viewer-element/issues"
  },
  "main": "lib/index.js",
  "module": "lib/index.js",
  "type": "module",
  "files": [
    "lib"
  ],
  "keywords": [
    "API",
    "documentation",
    "web-components"
  ],
  "dependencies": {
    "custom-elements-manifest": "^2.0.0",
    "lit": "^2.0.0",
    "tslib": "^2.3.1"
  },
  "contributors": [
    {
      "name": "Serhii Kulykov",
      "email": "iamkulykov@gmail.com",
      "url": "https://twitter.com/serhiikulykov"
    },
    {
      "name": "Benny Powers",
      "email": "web@bennypowers.com",
      "url": "https://twitter.com/PowersBenny"
    },
    {
      "name": "Mikhail Bashkirov",
      "email": "bashmish@gmail.com",
      "url": "https://twitter.com/bashmish"
    }
  ]
}
