{
  "name": "@cicciosgamino/snack-bar",
  "version": "1.3.0",
  "description": "Simple snackbar Lit Element",
  "main": "snack-bar.js",
  "module": "snack-bar.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CICCIOSGAMINO/snack-bar.git"
  },
  "author": "@cicciosgamino <marco.canali@gmail.com>",
  "license": "GPL-3.0",
  "private": false,
  "scripts": {
    "dev": "vite --host",
    "build": "vite build",
    "preview": "vite preview --port 3000 --host"
  },
  "keywords": [
    "SnackBar",
    "WebComponent",
    "CustomElement",
    "Lit"
  ],
  "bugs": {
    "url": "https://github.com/CICCIOSGAMINO/snack-bar/issues"
  },
  "homepage": "https://github.com/CICCIOSGAMINO/snack-bar#readme",
  "dependencies": {
    "lit": "*"
  },
  "devDependencies": {
    "vite": "^4.3.9"
  }
}
