{
  "name": "@poveste/vendors",
  "type": "module",
  "version": "0.15.0",
  "description": "Bundled vendors for Poveste",
  "author": {
    "name": "Sorin Gitlan",
    "url": "https://x.com/50rayn"
  },
  "license": "MIT",
  "homepage": "https://poveste.dev",
  "repository": {
    "url": "https://github.com/poveste-dev/poveste.git",
    "type": "git",
    "directory": "packages/poveste-vendors"
  },
  "bugs": "https://github.com/poveste-dev/poveste/issues",
  "keywords": [
    "poveste"
  ],
  "publishConfig": {
    "access": "public"
  },
  "sideEffects": false,
  "exports": {
    "./floating-vue": "./dist/client/b-floating-vue.js",
    "./iconify": "./dist/client/b-iconify.js",
    "./pinia": "./dist/client/b-pinia.js",
    "./scroll": "./dist/client/b-scroll.js",
    "./vue-router": "./dist/client/b-vue-router.js",
    "./vue-use": "./dist/client/b-vue-use.js",
    "./vue": "./dist/client/b-vue.js",
    "./*": "./*"
  },
  "files": [
    "dist",
    "src"
  ],
  "engines": {
    "node": "^22.22.2 || ^24.15.0 || >=26.0.0"
  },
  "devDependencies": {
    "@iconify/vue": "^5.0.1",
    "@rollup/plugin-commonjs": "^28.0.1",
    "@rollup/plugin-node-resolve": "^15.3.0",
    "@types/node": "^22.10.1",
    "@vue/devtools-api": "^8.1.5",
    "@vueuse/core": "^15.0.0",
    "execa": "^9.5.1",
    "floating-vue": "5.2.2",
    "fs-extra": "^11.2.0",
    "globby": "^16.2.4",
    "pinia": "^4.0.3",
    "rollup": "^4.28.0",
    "rollup-plugin-typescript2": "^0.36.0",
    "scroll-into-view-if-needed": "^3.1.0",
    "typescript": "6.0.3",
    "vue": "^3.5.26",
    "vue-router": "^5.3.1"
  },
  "scripts": {
    "build": "rimraf dist && rollup -c rollup.config.mjs"
  }
}