{
  "name": "@material/mwc-drawer",
  "version": "0.27.0",
  "description": "Material Design drawer web component",
  "keywords": [
    "material design",
    "web components",
    "drawer"
  ],
  "main": "mwc-drawer.js",
  "module": "mwc-drawer.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/material-components/material-components-web-components.git",
    "directory": "packages/drawer"
  },
  "license": "Apache-2.0",
  "dependencies": {
    "@material/drawer": "=14.0.0-canary.53b3cad2f.0",
    "@material/mwc-base": "^0.27.0",
    "blocking-elements": "^0.1.0",
    "lit": "^2.0.0",
    "tslib": "^2.0.1",
    "wicg-inert": "^3.0.0"
  },
  "scripts": {
    "build:style": "node ../../scripts/sass-to-lit-css/index.js mwc-drawer.scss"
  },
  "devDependencies": {
    "@material/theme": "=14.0.0-canary.53b3cad2f.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "c1e876a15bc028034781984538ea803ba67dbed3"
}
