{
  "name": "awesome-notifications",
  "version": "3.1.3",
  "description": "Lightweight library for beautifull and smooth notifications",
  "main": "dist/index.js",
  "scripts": {
    "build": "rimraf dist/* && webpack --mode production --progress && rimraf dist/main*",
    "dev": "rimraf dist/* && webpack --mode development --progress && rimraf dist/main*",
    "build-dev": "rimraf dist/* docs/dist/* &&  webpack --mode production && rimraf dist/main* && cpx dist/*.{js,css} docs/dist",
    "test": "mocha --require @babel/register --require @babel/polyfill",
    "postversion": "npm run release",
    "release": "npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/f3oall/awesome-notifications.git"
  },
  "keywords": [
    "notifications",
    "toast",
    "confirm",
    "popup",
    "async",
    "asynchronous",
    "promise",
    "modal",
    "modal dialogs",
    "modal windows"
  ],
  "author": "David Yunevich",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/f3oall/awesome-notifications/issues"
  },
  "homepage": "https://github.com/f3oall/awesome-notifications#readme",
  "devDependencies": {
    "@babel/core": "^7.15.5",
    "@babel/polyfill": "^7.12.1",
    "@babel/preset-env": "^7.15.6",
    "@babel/register": "^7.15.3",
    "babel-loader": "^8.2.2",
    "chai": "^4.3.4",
    "compression-webpack-plugin": "^9.0.0",
    "cpx": "^1.5.0",
    "css-loader": "^6.3.0",
    "css-minimizer-webpack-plugin": "^3.0.2",
    "jsdom": "17.0.0",
    "jsdom-global": "3.0.2",
    "mini-css-extract-plugin": "^2.3.0",
    "mocha": "^9.1.2",
    "node-sass": "^6.0.1",
    "rimraf": "^3.0.2",
    "sass-loader": "^12.1.0",
    "style-loader": "^3.3.0",
    "webpack": "^5.54.0",
    "webpack-cli": "^4.8.0"
  }
}
