{
  "name": "vue3-chat-scroll",
  "version": "0.2.0",
  "type": "module",
  "description": "Vue directive to keep things scrolled to the bottom",
  "keywords": [
    "vue",
    "directive",
    "chat",
    "scroll",
    "bottom"
  ],
  "license": "MIT",
  "author": "Theodore Messinezis",
  "contributors": [
    "Sylvain Pollet-Villard"
  ],
  "files": [
    "dist"
  ],
  "main": "./dist/vue-chat-scroll.umd.cjs",
  "module": "./dist/vue-chat-scroll.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/vue-chat-scroll.js",
      "require": "./dist/vue-chat-scroll.umd.cjs"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sylvainpolletvillard/vue-chat-scroll.git"
  },
  "scripts": {
    "test": "vitest",
    "build": "vite build && vue-tsc --declaration --emitDeclarationOnly"
  },
  "devDependencies": {
    "@types/node": "^18.14.1",
    "@vitejs/plugin-vue": "^4.0.0",
    "@vue/test-utils": "^2.3.0",
    "jsdom": "^21.1.0",
    "typescript": "^4.9.5",
    "vite": "^4.1.4",
    "vitest": "^0.28.5",
    "vue-tsc": "^1.1.7"
  },
  "peerDependencies": {
    "vue": "^3.0.0"
  }
}
