{
  "name": "hooper-vue3",
  "version": "0.4.5",
  "repository": {
    "type": "git",
    "url": "https://github.com/magFixCorp/hooper-vue3"
  },
  "email": "magfixcorp@gmail.com",
  "description": "A customizable accessible carousel slider optimized for Vue",
  "module": "dist/hooper.esm.js",
  "unpkg": "dist/hooper.js",
  "main": "dist/hooper.js",
  "scripts": {
    "lint": "eslint ./src --fix",
    "build": "NODE_ENV=production node scripts/build",
    "deploy": "bash scripts/deploy.sh",
    "dev": "node scripts/watcher",
    "docs:dev": "vuepress dev docs",
    "docs:build": "vuepress build docs",
    "docs:deploy": "bash scripts/docs-deploy.sh",
    "test": "jest --config jest.config.json"
  },
  "devDependencies": {
    "@babel/core": "^7.5.5",
    "@commitlint/cli": "^8.1.0",
    "@vue/test-utils": "2.0.2",
    "@vue/vue3-jest": "^28.0.1",
    "babel-core": "^7.0.0-bridge.0",
    "babel-eslint": "^10.0.2",
    "babel-jest": "^28.1.2",
    "browser-sync": "^2.27.10",
    "chalk": "^2.4.2",
    "filesize": "^4.1.2",
    "friendly-errors-webpack-plugin": "^1.7.0",
    "gzip-size": "^5.1.1",
    "html-webpack-plugin": "^3.2.0",
    "husky": "^3.0.3",
    "jest": "^28.1.2",
    "lint-staged": "^9.2.1",
    "mkdirp": "^0.5.1",
    "prettier": "^1.18.2",
    "pretty-quick": "^1.11.1",
    "progress-bar-webpack-plugin": "^1.12.1",
    "rollup": "^1.19.4",
    "rollup-plugin-babel": "^4.3.3",
    "rollup-plugin-commonjs": "^10.0.2",
    "rollup-plugin-css-only": "^1.0.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-replace": "^2.2.0",
    "rollup-plugin-vue": "^5.0.1",
    "uglify-js": "^3.6.0",
    "vue": "^3.2.37",
    "vuepress": "^1.0.3"
  },
  "license": "MIT",
  "keywords": [],
  "maintainers": [
    {
      "name": "Abdelrahman3D",
      "email": "abdelrahman3d@gmail.com"
    }
  ],
  "lint-staged": {
    "*.{js,vue}": [
      "prettier --write",
      "git add",
      "jest --maxWorkers=1 --bail --findRelatedTests"
    ]
  },
  "dependencies": {
    "tiny-emitter": "^2.1.0"
  }
}
