{
    "name": "@cloudize-sdks/cloudize-auth-sdk",
    "author": {
        "name": "Cloudize Limited",
        "email": "hello@cloudize.net",
        "url": "https://cloudize.net"
    },
    "contributors": [
        {
            "name": "Erich Kuba",
            "email": "erich.kuba@cloudize.net"
        }
    ],
    "description": "Cloudize Auth SDK",
    "license": "UNLICENSED",
    "version": "1.0.123",
    "main": "lib/src/index.js",
    "types": "lib/src/index.d.ts",
    "scripts": {
        "run:build": "node lib/src/index.js",
        "run:dev": "ts-node src/index.ts",
        "test:coverage": "jest --coverage --config jest.config.js",
        "test:watch": "jest --watch --config jest.config.js",
        "win:build": "jest --config jest.config.js --coverage && (if exist lib rmdir /s /q lib) && tsc",
        "unx:build": "jest --config jest.config.js --coverage && rm -rf lib && tsc",
        "win:build:publish": "jest --config jest.config.js --coverage && (if exist lib rmdir /s /q lib) && tsc && npm publish",
        "unx:build:publish": "jest --config jest.config.js --coverage && rm -rf lib && tsc && npm publish",
        "win:upgrade-latest": "(if exist node_modules rmdir /s /q node_modules) && (if exist package-lock.json del /s /q package-lock.json) && ncu -u --target latest && npm install",
        "unx:upgrade-latest": "rm -rf node_modules && rm -f package-lock.json && ncu -u --target latest && npm install",
        "win:upgrade-minor": "(if exist node_modules rmdir /s /q node_modules) && (if exist package-lock.json del /s /q package-lock.json) && ncu -u --target minor && npm install",
        "unx:upgrade-minor": "rm -rf node_modules && rm -f package-lock.json && ncu -u --target minor && npm install"
    },
    "dependencies": {
        "@cloudize/highres-timer": "^25.1.3",
        "@cloudize/json": "^25.1.2",
        "@cloudize/rest-client": "^25.1.3",
        "@cloudize/sdk-core": "^25.1.3"
    },
    "devDependencies": {
        "@types/jest": "^30.0.0",
        "@types/node": "^24.10.9",
        "@typescript-eslint/eslint-plugin": "^8.54.0",
        "@typescript-eslint/parser": "^8.54.0",
        "eslint": "^8.57.1",
        "eslint-config-airbnb-base": "^15.0.0",
        "eslint-plugin-import": "^2.32.0",
        "eslint-plugin-jsx-a11y": "^6.10.2",
        "jest": "^30.2.0",
        "ts-jest": "^29.4.6",
        "ts-node": "^10.9.2",
        "typescript": "^5.9.3"
    }
}
