{
  "name": "v-idle",
  "version": "1.0.3",
  "description": "A universal Vue plugin compatible with Vue 2 and Vue 3 to detect idle/non-active users",
  "main": "./build/vidle.umd.js",
  "module": "./build/vidle.esm.js",
  "types": "./build/index.d.ts",
  "scripts": {
    "dev": "rimraf .parcel-cache && vue-demi-switch 3 && parcel src/index.html",
    "docs:dev": "mkdir -p docs && cat README.md > docs/README.md && vuepress dev docs",
    "docs:build": "mkdir -p docs && cat README.md > docs/README.md && vuepress build",
    "example-2.7.2": "rimraf .parcel-cache && vue-demi-switch 2.7 vue-2.7.2 && parcel examples/vue-2.7.2/src/index.html",
    "example-3.4.19": "rimraf .parcel-cache && vue-demi-switch 3 && parcel examples/vue-3.4.19/src/index.html",
    "lint": "eslint --ext .ts --ignore-path .gitignore .",
    "test": "jest",
    "test:e2e": "playwright test",
    "build": "rollup -c rollup.config.ts --configPlugin @rollup/plugin-typescript"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/malekim/v-idle.git"
  },
  "keywords": [
    "vue",
    "vuejs",
    "vue2",
    "vue3",
    "vue 2",
    "vue 3",
    "vue-demi",
    "plugin",
    "idle"
  ],
  "author": "Lukasz Malek <dev@malek.im>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/malekim/v-idle/issues"
  },
  "homepage": "https://github.com/malekim/v-idle#readme",
  "devDependencies": {
    "@playwright/test": "1.41.2",
    "@rollup/plugin-terser": "0.4.4",
    "@rollup/plugin-typescript": "11.1.6",
    "@sinonjs/fake-timers": "11.2.2",
    "@types/jest": "29.5.12",
    "@types/sinonjs__fake-timers": "8.1.5",
    "@typescript-eslint/eslint-plugin": "6.21.0",
    "@typescript-eslint/parser": "6.21.0",
    "@vue/test-utils": "2.4.4",
    "@vuepress/bundler-vite": "2.0.0-rc.8",
    "@vuepress/theme-default": "2.0.0-rc.17",
    "eslint": "8.56.0",
    "eslint-config-prettier": "9.1.0",
    "eslint-plugin-prettier": "5.1.3",
    "jest": "29.7.0",
    "jest-environment-jsdom": "29.7.0",
    "parcel": "2.11.0",
    "prettier": "3.2.5",
    "rimraf": "^5.0.5",
    "rollup": "4.10.0",
    "rollup-plugin-dts": "6.1.0",
    "ts-jest": "29.1.2",
    "typescript": "5.3.3",
    "vue": "3.4.19",
    "vue-2.7.2": "npm:vue@2.7.2",
    "vuepress": "2.0.0-rc.8"
  },
  "peerDependencies": {
    "@vue/composition-api": "^1.7.2",
    "vue": "^2.6.0 || >=3.0.0"
  },
  "peerDependenciesMeta": {
    "@vue/composition-api": {
      "optional": true
    }
  },
  "dependencies": {
    "vue-demi": "^0.14.7"
  }
}
