{
  "name": "logreader",
  "version": "6.0.0",
  "license": "AGPL-3.0-or-later",
  "author": "Robin Appelman <robin@icewind.nl>",
  "type": "module",
  "scripts": {
    "build": "vite --mode production build",
    "dev": "vite --mode development build",
    "dev:watch": "vite --mode development build --watch",
    "lint": "eslint",
    "lint:fix": "eslint --fix",
    "test": "TZ='Etc/GMT+1' vitest run",
    "test:coverage": "TZ='Etc/GMT+1' vitest run --coverage",
    "test:watch": "TZ='Etc/GMT+1' vitest watch"
  },
  "browserslist": [
    "extends @nextcloud/browserslist-config"
  ],
  "dependencies": {
    "@highlightjs/vue-plugin": "^2.1.0",
    "@mdi/svg": "^7.4.47",
    "@nextcloud/axios": "^2.5.2",
    "@nextcloud/dialogs": "^7.2.0",
    "@nextcloud/initial-state": "^3.0.0",
    "@nextcloud/l10n": "^3.4.1",
    "@nextcloud/logger": "^3.0.3",
    "@nextcloud/router": "^3.1.0",
    "@nextcloud/typings": "^1.10.0",
    "@nextcloud/vue": "^9.3.0",
    "highlight.js": "^11.11.1",
    "pinia": "^3.0.4",
    "vue": "^3.5.24",
    "vue-material-design-icons": "^5.3.1"
  },
  "devDependencies": {
    "@nextcloud/browserslist-config": "^3.1.2",
    "@nextcloud/eslint-config": "^9.0.0-rc.6",
    "@nextcloud/vite-config": "^2.5.2",
    "@pinia/testing": "^1.0.3",
    "@vitest/coverage-istanbul": "^4.0.17",
    "@vue/test-utils": "^2.4.6",
    "@vue/tsconfig": "^0.8.1",
    "browserslist": "^4.28.1",
    "happy-dom": "^20.3.1",
    "typescript": "^5.9.3",
    "vite": "^7.3.1",
    "vitest": "^4.0.13"
  },
  "engines": {
    "node": "^24.0.0",
    "npm": "^11.3.0"
  }
}
