{
  "name": "vue-toast-notification",
  "version": "0.5.0",
  "description": "Vue.js toast notification plugin",
  "main": "dist/index.js",
  "browser": "dist/index.min.js",
  "style": "dist/theme-default.css",
  "files": [
    "src",
    "dist"
  ],
  "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": "yarn run test --watch --notify",
    "start": "yarn run dev",
    "dev": "cross-env NODE_ENV=development webpack-dev-server --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": "yarn run test && yarn run build"
  },
  "dependencies": {},
  "devDependencies": {
    "@babel/core": "^7.11.1",
    "@babel/preset-env": "^7.11.0",
    "@vue/test-utils": "^1.0.3",
    "babel-core": "7.0.0-bridge.0",
    "babel-jest": "^26.2.2",
    "babel-loader": "^8.1.0",
    "bootstrap": "^4.5.2",
    "clean-webpack-plugin": "^3.0.0",
    "cross-env": "^7.0.2",
    "css-loader": "^4.2.1",
    "file-loader": "^6.0.0",
    "html-webpack-plugin": "^4.3.0",
    "jest": "^26.2.2",
    "mini-css-extract-plugin": "^0.9.0",
    "sass": "~1.26.10",
    "sass-loader": "^9.0.3",
    "style-loader": "^1.2.1",
    "svg-url-loader": "^6.0.0",
    "unminified-webpack-plugin": "^2.0.0",
    "vue": "^2.6.10",
    "vue-jest": "^3.0.6",
    "vue-loader": "^15.9.3",
    "vue-template-compiler": "^2.6.10",
    "webpack": "^4.44.1",
    "webpack-cli": "^3.3.12",
    "webpack-dev-server": "^3.11.0",
    "webpack-fix-style-only-entries": "^0.5.1"
  },
  "peerDependencies": {
    "vue": "^2.0.0"
  },
  "engines": {
    "node": ">=10.13.0"
  },
  "jest": {
    "moduleFileExtensions": [
      "js",
      "json",
      "jsx",
      "node",
      "vue",
      "css"
    ],
    "setupFiles": [
      "<rootDir>/__test__/setup.js"
    ],
    "transform": {
      "^.+\\.js$": "babel-jest",
      ".*\\.(vue)$": "vue-jest"
    },
    "moduleNameMapper": {
      "\\.(css|less|scss)$": "<rootDir>/__test__/__mocks__/styleMock.js"
    },
    "collectCoverage": false,
    "testURL": "http://localhost"
  }
}
