{
   "name": "vue-collapsed",
   "version": "1.3.5",
   "private": false,
   "description": "Dynamic CSS height transition from any value to auto and vice versa for Vue 3. Accordion ready.",
   "keywords": [
      "vue",
      "vue-3",
      "vue-collapse",
      "vue-accordion",
      "collapse",
      "accordion",
      "vue-component"
   ],
   "homepage": "https://vue-collapsed.pages.dev/",
   "bugs": {
      "url": "https://github.com/smastrom/vue-collapsed/issues"
   },
   "repository": {
      "type": "git",
      "url": "https://github.com/smastrom/vue-collapsed.git"
   },
   "license": "MIT",
   "author": {
      "name": "Simone Mastromattei",
      "email": "smastrom@proton.me"
   },
   "main": "dist/index.js",
   "module": "dist/index.mjs",
   "types": "dist/index.d.ts",
   "exports": {
      ".": {
         "types": "./dist/index.d.ts",
         "import": "./dist/index.mjs",
         "require": "./dist/index.js"
      }
   },
   "files": [
      "dist/*"
   ],
   "scripts": {
      "watch": "rm -rf dist && vite build --watch",
      "build": "cp ../../README.md ../../LICENSE . && vite build",
      "postbuild": "pnpm pack",
      "test:chrome": "vite build && cypress run --component --browser chrome",
      "test:firefox": "vite build && cypress run --component --browser firefox",
      "test:gui": "concurrently \"pnpm watch\" \"cypress open --component\""
   },
   "devDependencies": {
      "@types/node": "^22.10.5",
      "@vitejs/plugin-vue": "^6.0.3",
      "concurrently": "^9.1.2",
      "cypress": "^15.8.1",
      "cypress-wait-frames": "^0.9.8",
      "husky": "^9.1.7",
      "typescript": "^5.9.3",
      "vite": "^7.3.0",
      "vite-plugin-dts": "^4.5.4",
      "vue": "^3.5.26",
      "vue-tsc": "^2.1.30"
   }
}
