{
    "name": "@authup/core-realtime-kit",
    "type": "module",
    "version": "1.0.0-beta.39",
    "description": "Package containing a toolkit for the core realtime service.",
    "license": "Apache-2.0",
    "exports": {
        "./package.json": "./package.json",
        ".": {
            "types": "./dist/index.d.ts",
            "import": "./dist/index.mjs"
        }
    },
    "module": "./dist/index.mjs",
    "types": "./dist/index.d.ts",
    "files": [
        "dist"
    ],
    "scripts": {
        "build:types": "tsc --emitDeclarationOnly -p tsconfig.build.json",
        "build:js": "tsdown",
        "build": "rimraf ./dist && npm run build:js && npm run build:types",
        "test": "cross-env NODE_ENV=test vitest run test/unit",
        "test:coverage": "cross-env NODE_ENV=test vitest run --coverage"
    },
    "engines": {
        "node": "^20.19.0 || ^22.13.0 || ^23.5.0 || >=24.0.0"
    },
    "keywords": [
        "auth",
        "realtime",
        "socket-io",
        "websocket",
        "events",
        "socket-manager",
        "authentication"
    ],
    "author": {
        "name": "Peter Placzek",
        "email": "contact@tada5hi.net",
        "url": "https://github.com/tada5hi"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/authup/authup.git",
        "directory": "packages/core-realtime-kit"
    },
    "bugs": {
        "url": "https://github.com/authup/authup/issues"
    },
    "homepage": "https://github.com/authup/authup#readme",
    "devDependencies": {
        "@authup/kit": "^1.0.0-beta.39",
        "socket.io": "^4.8.3",
        "socket.io-client": "^4.8.3",
        "vitest": "^4.0.14"
    },
    "peerDependencies": {
        "@authup/kit": "^1.0.0-beta.39",
        "socket.io-client": "^4.8.3"
    },
    "publishConfig": {
        "access": "public"
    }
}
