{
  "name": "@vue-a11y/announcer",
  "version": "2.1.0",
  "description": "A simple way with Vue to announce any information to the screen readers.",
  "main": "dist/vue-announcer.ssr.js",
  "module": "dist/vue-announcer.esm.js",
  "browser": "dist/vue-announcer.esm.js",
  "unpkg": "dist/vue-announcer.min.js",
  "types": "index.d.ts",
  "scripts": {
    "dev": "rollup --config rollup.config.dev.js --watch",
    "build": "npm run build:ssr & npm run build:es & npm run build:unpkg",
    "build:ssr": "rollup --config rollup.config.prod.js --format cjs --file dist/vue-announcer.ssr.js",
    "build:es": "rollup --config rollup.config.prod.js --format es --file dist/vue-announcer.esm.js",
    "build:unpkg": "rollup --config rollup.config.prod.js --format iife --file dist/vue-announcer.min.js",
    "docs:dev": "vuepress dev docs --no-cache",
    "docs:build": "vuepress build docs --no-cache && echo announcer.vue-a11y.com >> docs/.vuepress/dist/CNAME",
    "docs:publish": "gh-pages -d docs/.vuepress/dist",
    "demo:dev": "cd demo && npm run dev",
    "demo:build": "cd demo && npm run build",
    "demo:publish": "cp ./demo/dist/index.html ./demo/dist/200.html && surge ./demo/dist https://vue-announcer.surge.sh/",
    "release": "standard-version",
    "test": "cypress run",
    "test:open": "cypress open",
    "projectPublish": "git push --follow-tags origin master && npm run build && npm publish --access public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vue-a11y/vue-announcer.git"
  },
  "keywords": [
    "announcer",
    "Vue.js",
    "Vue",
    "accessibility",
    "a11y",
    "screen",
    "readers",
    "Vision",
    "Disability",
    "JAWS",
    "ChromeVox",
    "NVDA"
  ],
  "author": "Alan Ktquez <ktquez@gmail.com> (https://medium.com/@ktquez)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/vue-a11y/vue-announcer/issues"
  },
  "homepage": "https://vue-a11y.github.io/vue-announcer/",
  "devDependencies": {
    "@rollup/plugin-buble": "^0.21.3",
    "@rollup/plugin-commonjs": "^13.0.0",
    "@rollup/plugin-node-resolve": "^7.1.3",
    "@rollup/plugin-replace": "^2.3.3",
    "@vue/eslint-config-standard": "^5.1.0",
    "@vue/test-utils": "^1.0.0-beta.31",
    "@vuepress/theme-default": "^1.3.1",
    "babel-eslint": "^10.0.3",
    "babel-jest": "^25.1.0",
    "chokidar": "^3.3.1",
    "cypress": "^4.5.0",
    "eslint": "^6.8.0",
    "eslint-plugin-cypress": "^2.10.3",
    "eslint-plugin-import": "^2.20.0",
    "eslint-plugin-node": "^11.0.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^4.0.1",
    "eslint-plugin-vue": "^6.1.2",
    "eslint-plugin-vuejs-accessibility": "^0.1.1",
    "gh-pages": "^3.0.0",
    "jest": "^25.1.0",
    "jest-serializer-vue": "^2.0.2",
    "jest-transform-stub": "^2.0.0",
    "rollup": "^2.16.0",
    "rollup-plugin-eslint": "^7.0.0",
    "rollup-plugin-terser": "^6.1.0",
    "rollup-plugin-vue": "^5.1.1",
    "standard-version": "^8.0.0",
    "vue": "^2.6.11",
    "vue-template-compiler": "^2.6.11",
    "vuepress": "^1.5.1",
    "vuepress-theme-default-vue-a11y": "^0.1.15",
    "watchpack": "^1.6.1"
  },
  "directories": {
    "doc": "docs",
    "example": "example",
    "test": "tests"
  },
  "dependencies": {}
}
