{
  "name": "butterpop",
  "version": "1.0.4",
  "description": "A lightweight, customizable toast notification library with no dependencies",
  "main": "butterpop.js",
  "module": "butterpop.esm.js",
  "style": "butterpop.css",
  "files": [
    "butterpop.js",
    "butterpop.esm.js",
    "butterpop.css"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "minify-js": "uglifyjs butterpop.js --compress --mangle --output butterpop.min.js",
    "minify-esm": "uglifyjs butterpop.esm.js --compress --mangle --output butterpop.esm.min.js",
    "minify-css": "cleancss -o butterpop.min.css butterpop.css",
    "build": "npm run minify-js && npm run minify-esm && npm run minify-css",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "toast",
    "notification",
    "alert",
    "popup",
    "message",
    "snackbar",
    "vanilla",
    "javascript",
    "lightweight",
    "no-dependencies"
  ],
  "author": "Ayushx309 (https://github.com/Ayushx309)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Ayushx309/ButterPop.js.git"
  },
  "bugs": {
    "url": "https://github.com/Ayushx309/ButterPop.js/issues"
  },
  "homepage": "https://github.com/Ayushx309/ButterPop.js#readme",
  "browser": "butterpop.js",
  "unpkg": "butterpop.min.js",
  "jsdelivr": "butterpop.min.js",
  "devDependencies": {
    "clean-css-cli": "^5.6.3",
    "uglify-js": "^3.19.3"
  }
}
