{
  "name": "pnotify",
  "version": "5.2.0",
  "description": "Beautiful notifications and prompts.",
  "keywords": [
    "notice",
    "notices",
    "notification",
    "notifications",
    "alert",
    "alerts",
    "web notification",
    "web notifications",
    "prompt",
    "prompts",
    "toast",
    "toasts",
    "snackbar",
    "snackbars",
    "dialog",
    "dialogs",
    "non blocking",
    "notify",
    "material",
    "material ui",
    "modal",
    "modalish"
  ],
  "homepage": "https://github.com/sciactive/pnotify",
  "bugs": {
    "url": "https://github.com/sciactive/pnotify/issues"
  },
  "license": "Apache-2.0",
  "author": "Hunter Perrin",
  "scripts": {
    "build-dev": "lerna run --parallel build-dev",
    "build": "lerna run --parallel build",
    "watch": "lerna run --parallel watch",
    "deploy": "git checkout gh-pages && git merge develop && rm -rf ./packages/*/dist/ && npm run build-dev && git add . && git commit -m 'chore: update built files' && git push && git checkout develop",
    "format": "prettier --write --config .prettierrc.json --plugin-search-dir=. index.html demo/* packages/**/*.svelte packages/**/*.js packages/**/*.ts packages/**/*.css",
    "lint": "prettier --check --config .prettierrc.json --plugin-search-dir=. index.html demo/* packages/**/*.svelte packages/**/*.js packages/**/*.ts packages/**/*.css"
  },
  "files": [],
  "repository": {
    "type": "git",
    "url": "https://github.com/sciactive/pnotify.git"
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "husky": {
    "hooks": {
      "pre-commit": "npm run lint",
      "commit-msg": "commitlint -e $HUSKY_GIT_PARAMS"
    }
  },
  "devDependencies": {
    "@commitlint/cli": "^11.0.0",
    "@commitlint/config-conventional": "^11.0.0",
    "husky": "^4.2.5",
    "lerna": "^3.20.2",
    "prettier": "^1.19.1",
    "prettier-plugin-svelte": "^0.7.0",
    "svelte": "^3.29.4"
  },
  "dependencies": {
    "@pnotify/animate": "5.2.0",
    "@pnotify/bootstrap3": "5.2.0",
    "@pnotify/bootstrap4": "5.2.0",
    "@pnotify/confirm": "5.2.0",
    "@pnotify/core": "5.2.0",
    "@pnotify/countdown": "5.2.0",
    "@pnotify/desktop": "5.2.0",
    "@pnotify/font-awesome4": "5.2.0",
    "@pnotify/font-awesome5": "5.2.0",
    "@pnotify/font-awesome5-fix": "5.2.0",
    "@pnotify/glyphicon": "5.2.0",
    "@pnotify/mobile": "5.2.0",
    "@pnotify/paginate": "5.2.0",
    "@pnotify/reference": "5.2.0"
  }
}
