{
  "name": "vue3-vt-notifications",
  "description": "A headless vue notification library to use with tailwind",
  "version": "1.0.1",
  "main": "src/index.js",
  "license": "MIT",
  "author": {
    "name": "Alexey Kucherenko",
    "url": "https://github.com/killmenot"
  },
  "homepage": "https://github.com/killmenot/vue3-vt-notifications",
  "repository": {
    "type": "git",
    "url": "git@github.com:killmenot/vue3-vt-notifications.git"
  },
  "bugs": {
    "url": "https://github.com/killmenot/vue3-vt-notifications/issues"
  },
  "scripts": {
    "lint": "vue-cli-service lint",
    "test:unit": "vue-cli-service test:unit"
  },
  "devDependencies": {
    "@vue/cli-plugin-babel": "^4.5.0",
    "@vue/cli-plugin-eslint": "^4.5.0",
    "@vue/cli-plugin-unit-jest": "^4.5.4",
    "@vue/cli-service": "^4.5.0",
    "@vue/test-utils": "^1.0.3",
    "babel-eslint": "^10.1.0",
    "eslint": "^6.7.2",
    "eslint-plugin-vue": "^6.2.2",
    "vue-template-compiler": "^2.6.11"
  },
  "peerDependencies": {
    "vue": "^3.0.0"
  },
  "keywords": [
    "vue",
    "vue3",
    "vuejs",
    "tailwindcss",
    "tailwindui",
    "notifications",
    "toast"
  ]
}