{
  "name": "@pnotify/confirm",
  "version": "5.2.0",
  "description": "PNotify - Confirm Module",
  "keywords": [
    "notice",
    "notices",
    "notification",
    "notifications",
    "alert",
    "alerts",
    "web notifications",
    "prompts",
    "non blocking",
    "notify",
    "material",
    "material ui"
  ],
  "homepage": "https://github.com/sciactive/pnotify",
  "bugs": {
    "url": "https://github.com/sciactive/pnotify/issues"
  },
  "license": "Apache-2.0",
  "author": "Hunter Perrin",
  "repository": {
    "type": "git",
    "url": "https://github.com/sciactive/pnotify.git"
  },
  "scripts": {
    "build-dev": "ENV=development rollup -c",
    "build": "rollup -c",
    "watch": "ENV=development rollup -c -w",
    "prepare": "rm -rf ./dist/ && npm run build",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "main": "dist/PNotifyConfirm.js",
  "svelte": "index.svelte",
  "types": "index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@pnotify/core": "^5.2.0"
  },
  "devDependencies": {
    "@babel/core": "^7.12.3",
    "@babel/preset-env": "^7.12.1",
    "core-js": "^3.7.0",
    "rollup": "^2.33.1",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-postcss": "^3.1.8",
    "rollup-plugin-svelte": "^5.2.3",
    "rollup-plugin-terser": "^5.3.1",
    "svelte": "^3.29.4"
  },
  "gitHead": "25725de6ec35debe1724d1e23ce236727e9e211a"
}
