{
  "name": "@nextcloud/auth",
  "version": "2.5.1",
  "description": "Nextcloud helpers related to authentication and the current user",
  "type": "module",
  "main": "dist/index.cjs",
  "types": "dist/index.d.ts",
  "exports": {
    "types": "./dist/index.d.ts",
    "import": "./dist/index.mjs",
    "require": "./dist/index.cjs"
  },
  "files": [
    "dist/"
  ],
  "scripts": {
    "build": "vite --mode production build",
    "build:doc": "typedoc --out dist/doc lib/index.ts && touch dist/doc/.nojekyll",
    "dev": "vite --mode development build",
    "watch": "vite --mode development build --watch",
    "lint": "eslint lib test *.ts",
    "lint:fix": "eslint --fix lib test",
    "test": "vitest run",
    "test:coverage": "vitest run --coverage",
    "test:watch": "vitest watch"
  },
  "keywords": [
    "nextcloud"
  ],
  "homepage": "https://github.com/nextcloud/nextcloud-auth#readme",
  "author": "Christoph Wurst",
  "license": "GPL-3.0-or-later",
  "repository": {
    "type": "git",
    "url": "https://github.com/nextcloud/nextcloud-auth"
  },
  "dependencies": {
    "@nextcloud/browser-storage": "^0.4.0",
    "@nextcloud/event-bus": "^3.3.2"
  },
  "devDependencies": {
    "@nextcloud/eslint-config": "^8.4.2",
    "@nextcloud/typings": "^1.9.1",
    "@nextcloud/vite-config": "^2.3.5",
    "@vitest/coverage-v8": "^3.1.3",
    "eslint": "^8.57.1",
    "happy-dom": "^17.4.6",
    "typedoc": "^0.28.4",
    "typescript": "^5.8.3",
    "vite": "^6.3.5",
    "vitest": "^3.1.3"
  },
  "engines": {
    "node": "^20.0.0",
    "npm": "^10.0.0"
  }
}
