{
  "name": "vue-toast-notification",
  "version": "3.1.3",
  "description": "Vue.js toast notification plugin",
  "main": "dist/index.js",
  "types": "./types/toast.d.ts",
  "style": "dist/theme-bootstrap.css",
  "files": [
    "src",
    "dist",
    "types"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ankurk91/vue-toast-notification.git"
  },
  "keywords": [
    "vue",
    "toast",
    "growl",
    "notice",
    "notification"
  ],
  "author": "ankurk91",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ankurk91/vue-toast-notification/issues"
  },
  "homepage": "https://github.com/ankurk91/vue-toast-notification",
  "scripts": {
    "test": "jest",
    "test:watch": "npm run test --watch --notify",
    "start": "npm run dev",
    "dev": "cross-env NODE_ENV=development webpack serve --hot --config=webpack.config.dev.js",
    "docs": "cross-env NODE_ENV=production webpack --config=webpack.config.dev.js --progress --mode=production",
    "build": "cross-env NODE_ENV=production webpack --progress --mode=production",
    "prepublishOnly": "npm run test && npm run build"
  },
  "devDependencies": {
    "@babel/core": "^7.25.2",
    "@babel/preset-env": "^7.25.4",
    "@vue/compiler-sfc": "^3.5.6",
    "@vue/test-utils": "^2.4.6",
    "@vue/vue3-jest": "^29.2.6",
    "babel-jest": "^29.7.0",
    "babel-loader": "^9.2.1",
    "bootstrap": "^4.6.2",
    "cross-env": "^7.0.3",
    "css-loader": "^7.1.2",
    "file-loader": "^6.2.0",
    "html-webpack-plugin": "^5.6.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "mini-css-extract-plugin": "^2.9.1",
    "mitt": "^3.0.1",
    "sass": "~1.78.0",
    "sass-loader": "^16.0.1",
    "style-loader": "^4.0.0",
    "svg-url-loader": "^8.0.0",
    "vue": "^3.5.6",
    "vue-loader": "^17.4.2",
    "webpack": "^5.94.0",
    "webpack-cli": "^5.1.4",
    "webpack-dev-server": "^5.1.0",
    "webpack-remove-empty-scripts": "^1.0.4"
  },
  "peerDependencies": {
    "vue": "^3.0"
  },
  "engines": {
    "node": ">=12.15.0"
  }
}
