{
  "name": "xtal-side-nav",
  "version": "0.0.118",
  "keywords": [
    "web-components",
    "web-component",
    "custom-element",
    "custom-elements",
    "menu",
    "drawer"
  ],
  "description": "Side nav (drawer) web component.",
  "main": "make.js",
  "module": "make.js",
  "exports": {
    ".": "./make.js",
    "./make.js": "./make.js"
  },
  "types": "types.d.ts",
  "files": [
    "*.*"
  ],
  "scripts": {
    "serve": "node node_modules/may-it-serve/serve.js",
    "test": "echo \"Error: no test specified\" && exit 1",
    "build-manifest": "node doc.mjs > custom-elements.json",
    "safari": "npx playwright wk http://localhost:3030",
    "update": "ncu -u && npm install"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bahrus/xtal-side-nav.git"
  },
  "dependencies": {
    "be-enhanced": "0.0.69",
    "be-hive": "0.0.138",
    "be-importing": "0.0.78",
    "xtal-element": "0.0.598"
  },
  "devDependencies": {
    "may-it-be": "0.0.171",
    "may-it-serve": "0.0.6"
  },
  "author": "anderson.bruce.b@gmail.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bahrus/xtal-side-nav/issues"
  },
  "homepage": "https://github.com/bahrus/xtal-side-nav#readme",
  "customElements": "custom-elements.json"
}
