{
  "name": "@nextcloud/cdav-library",
  "version": "2.1.0",
  "description": "CalDAV and CardDAV client library for Nextcloud",
  "type": "module",
  "main": "dist/index.cjs",
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    }
  },
  "files": [
    "README.md",
    "CHANGELOG.md",
    "LICENSE",
    "dist"
  ],
  "scripts": {
    "build": "vite build --mode=production",
    "dev": "vite build --mode=development",
    "watch": "vite build --mode=development --watch",
    "test": "vitest run",
    "test:coverage": "vitest run --coverage",
    "test:watch": "vitest",
    "lint": "eslint --ext .js src",
    "lint:fix": "eslint --ext .js src --fix"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nextcloud/cdav-library.git"
  },
  "keywords": [
    "caldav",
    "carddav",
    "nextcloud",
    "rfc4791",
    "rfc6352"
  ],
  "author": "Nextcloud GmbH and Nextcloud contributors",
  "license": "AGPL-3.0-or-later",
  "bugs": {
    "url": "https://github.com/nextcloud/cdav-library/issues"
  },
  "homepage": "https://github.com/nextcloud/cdav-library#readme",
  "browserslist": [
    "extends @nextcloud/browserslist-config"
  ],
  "engines": {
    "node": "^20.0.0",
    "npm": "^10.0.0"
  },
  "devDependencies": {
    "@nextcloud/browserslist-config": "^3.0.1",
    "@nextcloud/eslint-config": "^8.4.2",
    "@nextcloud/vite-config": "^2.3.2",
    "@vitest/browser": "^3.0.6",
    "@vitest/coverage-istanbul": "^3.1.1",
    "playwright": "^1.49.1",
    "vite": "^6.3.5",
    "vitest": "^3.0.6"
  },
  "dependencies": {
    "@nextcloud/axios": "^2.5.1"
  }
}
