{
  "name": "@dreamworld/dw-snackbar",
  "version": "4.3.7",
  "description": "",
  "type": "module",
  "main": "dw-snackbar.js",
  "scripts": {
    "start": "wds --node-resolve --app-index demo/index.html --open --watch",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/DreamworldSolutions/dw-snackbar.git"
  },
  "keywords": [
    "lit",
    "snackbar"
  ],
  "author": "Ruchita kheni",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/DreamworldSolutions/dw-snackbar/issues"
  },
  "homepage": "https://github.com/DreamworldSolutions/dw-snackbar#readme",
  "dependencies": {
    "@dreamworld/dw-button": "^3.0.5",
    "@dreamworld/dw-icon-button": "^3.0.0",
    "@dreamworld/material-styles": "^3.1.0",
    "@dreamworld/pwa-helpers": "^1.14.0",
    "@material/mwc-circular-progress": "^0.27.0",
    "lodash-es": "^4.17.15"
  },
  "devDependencies": {
    "@web/dev-server": "^0.1.34",
    "semantic-release": "17.0.8"
  },
  "publishConfig": {
    "access": "public"
  },
  "resolutions": {
    "tslib": "2.1.0"
  },
  "release": {
    "branches": [
      "+([0-9])?(.{+([0-9]),x}).x",
      "master",
      {
        "name": "feature/*",
        "prerelease": "${name.replace(/^feature\\//g,\"\")}",
        "channel": "${name.replace(/^feature\\//g,\"\")}"
      }
    ]
  }
}
