{
    "name": "auth-vir",
    "version": "1.2.1",
    "description": "Auth made easy and secure via JWT cookies, CSRF tokens, and password hashing helpers.",
    "keywords": [
        "auth",
        "jwt",
        "csrf",
        "hash",
        "password",
        "secure",
        "cookie"
    ],
    "homepage": "https://github.com/electrovir/auth-vir",
    "bugs": {
        "url": "https://github.com/electrovir/auth-vir/issues"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/electrovir/auth-vir.git"
    },
    "license": "(MIT or CC0 1.0)",
    "author": {
        "name": "electrovir",
        "url": "https://github.com/electrovir"
    },
    "type": "module",
    "main": "dist/index.js",
    "module": "dist/index.js",
    "types": "dist/index.d.ts",
    "bin": "bin.js",
    "scripts": {
        "build": "virmator frontend build",
        "compile": "virmator compile",
        "docs": "virmator docs",
        "start": "virmator frontend",
        "test": "virmator test web",
        "test:coverage": "npm run test coverage",
        "test:docs": "virmator docs check",
        "test:update": "npm test update"
    },
    "dependencies": {
        "@augment-vir/assert": "^31.17.1",
        "@augment-vir/common": "^31.17.1",
        "date-vir": "^7.3.1",
        "hash-wasm": "^4.12.0",
        "jose": "^6.0.11",
        "object-shape-tester": "^5.1.5",
        "type-fest": "^4.41.0",
        "url-vir": "^2.1.3"
    },
    "devDependencies": {
        "@augment-vir/test": "^31.17.1",
        "@web/dev-server-esbuild": "^1.0.4",
        "@web/test-runner": "^0.20.1",
        "@web/test-runner-commands": "^0.9.0",
        "@web/test-runner-playwright": "^0.11.0",
        "@web/test-runner-visual-regression": "^0.10.0",
        "istanbul-smart-text-reporter": "^1.1.5",
        "markdown-code-example-inserter": "^3.0.3",
        "typedoc": "^0.28.4"
    },
    "engines": {
        "node": ">=22"
    },
    "publishConfig": {
        "access": "public"
    }
}
