{
    "name": "@auth0/auth0-auth-js",
    "version": "1.9.1",
    "description": "Auth0 Authentication Client for JavaScript runtimes.",
    "author": "Auth0",
    "license": "MIT",
    "type": "module",
    "scripts": {
        "build": "tsup",
        "build:watch": "tsup --watch",
        "clean": "rm -rf ./dist",
        "lint": "eslint \"./**/*.ts*\"",
        "test": "vitest run",
        "test:ci": "vitest --watch false --coverage",
        "test:workers": "vitest run --config vitest.config.workers.ts"
    },
    "types": "./dist/index.d.ts",
    "main": "./dist/index.cjs",
    "module": "./dist/index.js",
    "exports": {
        ".": {
            "types": "./dist/index.d.ts",
            "require": "./dist/index.cjs",
            "import": "./dist/index.js"
        }
    },
    "dependencies": {
        "jose": "^6.0.8",
        "openid-client": "^6.8.0"
    },
    "devDependencies": {
        "@auth0/typescript-config": "*",
        "@eslint/js": "^9.20.0",
        "@vitest/coverage-v8": "^3.0.6",
        "eslint": "^9.20.1",
        "msw": "^2.7.0",
        "tsup": "^8.4.0",
        "typescript": "~5.8.3",
        "typescript-eslint": "^8.24.0",
        "vitest": "^3.0.5",
        "@cloudflare/vitest-pool-workers": "^0.12.10",
        "wrangler": "^4.98.0"
    },
    "files": [
        "dist"
    ],
    "publishConfig": {
        "access": "public"
    },
    "repository": {
        "type": "git",
        "url": "git://github.com/auth0/auth0-auth-js.git"
    },
    "bugs": {
        "url": "https://github.com/auth0/auth0-auth-js/issues"
    },
    "homepage": "https://github.com/auth0/auth0-auth-js#readme",
    "keywords": [
        "auth0"
    ]
}
