{
  "version": "0.0.6",
  "name": "vue3-simple-lightbox",
  "description": "A simple lightbox component for Vue3",
  "keywords": [
    "vue",
    "vue.js",
    "image",
    "lightbox",
    "component"
  ],
  "author": {
    "name": "Tobias Wälde",
    "email": "tobias.waelde@gmail.com",
    "url": "https://tobiaswaelde.com"
  },
  "license": "MIT",
  "private": false,
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/vue3-simple-lightbox.es.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com:tobiaswaelde/vue3-simple-lightbox.git"
  },
  "scripts": {
    "dev": "nodemon",
    "build": "vite build",
    "preversion": "npm run build",
    "prepublishOnly": "npm run build",
    "deploy:patch": "npm version patch && git push && git push --tags",
    "deploy:minor": "npm version minor && git push && git push --tags",
    "deploy:major": "npm version major && git push && git push --tags"
  },
  "dependencies": {
    "@tailwindcss/postcss": "^4.1.10",
    "@tailwindcss/vite": "^4.1.10",
    "postcss": "^8.5.6",
    "tailwindcss": "^4.1.10",
    "vue": "^3.5.17"
  },
  "devDependencies": {
    "@vitejs/plugin-vue": "^5.2.4",
    "nodemon": "^3.1.10",
    "sass-embedded": "^1.89.2",
    "ts-node": "^10.9.2",
    "typescript": "^5.8.3",
    "vite": "^6.3.5",
    "vite-plugin-dts": "^4.5.4",
    "vue-tsc": "^2.2.10"
  },
  "peerDependencies": {
    "tailwindcss": "^4.1.10",
    "vue": "^3.5.17"
  },
  "engines": {
    "node": ">=18.18.0",
    "npm": ">=9.0.0"
  }
}
