{
  "name": "@nextcloud/calendar-availability-vue",
  "version": "2.2.6",
  "description": "Weekly calendar availability component for Nextcloud apps",
  "type": "module",
  "module": "dist/index.mjs",
  "exports": {
    ".": {
      "import": "./dist/index.mjs"
    }
  },
  "scripts": {
    "build": "vite build",
    "watch": "vite build --watch",
    "test": "echo \"Error: no test specified\" && exit 1",
    "lint": "eslint --ext .js,.vue src",
    "lint:fix": "eslint --ext .js,.vue src --fix"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nextcloud/calendar-availability-vue.git"
  },
  "keywords": [
    "nextcloud",
    "calendar",
    "caldav",
    "availability",
    "rfc7953"
  ],
  "author": "Christoph Wurst",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nextcloud/calendar-availability-vue/issues"
  },
  "homepage": "https://github.com/nextcloud/calendar-availability-vue#readme",
  "dependencies": {
    "@nextcloud/logger": "^3.0.2",
    "ical.js": "^2.1.0",
    "icalzone": "^0.0.1",
    "uuid": "^11.0.3",
    "vue-material-design-icons": "^5.3.1"
  },
  "devDependencies": {
    "@nextcloud/browserslist-config": "^3.0.1",
    "@nextcloud/eslint-config": "^8.4.1",
    "@nextcloud/l10n": "^1.4 || ^2.0 || ^3.0.0",
    "@nextcloud/vite-config": "^1.4.2",
    "@nextcloud/vue": "^8.22.0",
    "sass": "^1.83.0",
    "vite": "^5.4.11",
    "vue": "^2.7.16",
    "vue-template-compiler": "^2.7.16"
  },
  "peerDependencies": {
    "@nextcloud/l10n": "^1.4 || ^2.0 || ^3.0.0",
    "@nextcloud/vue": "^8",
    "vue": "^2.7.16"
  },
  "browserslist": [
    "extends @nextcloud/browserslist-config"
  ],
  "engines": {
    "node": "^20.0.0",
    "npm": "^10.0.0"
  }
}
