{
  "name": "@smooth-scrollbar-contrib/vue-test",
  "version": "0.0.11",
  "description": "smooth-scrollbar wrapper for vue",
  "author": "Smooth Scrollbar HQ",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/smooth-scrollbar/framework-wrappers",
    "directory": "packages/vue"
  },
  "bugs": "https://github.com/smooth-scrollbar/framework-wrappers/issues",
  "keywords": [
    "smooth-scrollbar",
    "smooth",
    "vue",
    "vue2.6",
    "vue2.7",
    "vue3",
    "component",
    "composable",
    "directive"
  ],
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index.cjs",
      "import": "./dist/index.mjs"
    },
    "./package.json": "./package.json"
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "bin": {
    "smooth-scrollbar-vue-fix": "bin/smooth-scrollbar-vue-fix.js",
    "smooth-scrollbar-vue-switch": "bin/smooth-scrollbar-vue-switch.js"
  },
  "files": [
    "bin",
    "dist",
    "scripts",
    "src"
  ],
  "scripts": {
    "postinstall": "node ./scripts/postinstall.js",
    "prepack": "yarn build",
    "prepare": "yarn build",
    "build": "tsx ./build.ts && yarn postinstall",
    "start": "tsx ./build.ts --dev"
  },
  "peerDependencies": {
    "@vue/composition-api": "^1.6.1",
    "smooth-scrollbar": "^8.8.1",
    "vue": "^2.6.0 || ^3.2.0"
  },
  "peerDependenciesMeta": {
    "@vue/composition-api": {
      "optional": true
    }
  },
  "dependencies": {
    "vue-demi": "latest"
  },
  "devDependencies": {
    "@antfu/eslint-config": "latest",
    "@smooth-scrollbar-contrib/tsconfig": "^1.1.1",
    "@types/node": "^18.11.12",
    "eslint": "^8.35.0",
    "smooth-scrollbar": "latest",
    "tsx": "^3.12.3",
    "typescript": "^4.9.5",
    "unbuild": "^1.1.2",
    "vue": "latest",
    "vue-tsc": "latest",
    "vue2.7": "npm:vue@^2.7.14"
  }
}
