{
    "name": "@authup/core-realtime-kit",
    "version": "1.0.0-beta.27",
    "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",
            "require": "./dist/index.cjs"
        }
    },
    "main": "./dist/index.cjs",
    "module": "./dist/index.mjs",
    "types": "./dist/index.d.ts",
    "files": [
        "dist"
    ],
    "scripts": {
        "build:types": "tsc --emitDeclarationOnly -p tsconfig.build.json",
        "build:js": "rollup -c",
        "build": "rimraf ./dist && cross-env NODE_ENV=production npm run build:js && npm run build:types",
        "build:watch": "npm run build -- --watch",
        "test": "cross-env NODE_ENV=test jest --config ./test/jest.config.js",
        "test:coverage": "cross-env NODE_ENV=test jest --config ./test/jest.config.js --coverage"
    },
    "keywords": [
        "realtime",
        "socket-io"
    ],
    "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.27",
        "socket.io": "^4.8.1",
        "socket.io-client": "^4.8.1"
    },
    "peerDependencies": {
        "@authup/kit": "^1.0.0-beta.27",
        "socket.io-client": "^4.8.1"
    },
    "publishConfig": {
        "access": "public"
    }
}
