{
  "name": "@alliumcloud/avatar-sso",
  "version": "2.6.0",
  "description": "Browser SDK for Avatar SSO Service, handling authentication, user profile, and resource management.",
  "type": "module",
  "browser": true,
  "publishConfig": {
    "access": "public"
  },
  "main": "./dist/main.js",
  "module": "./dist/main.js",
  "types": "./dist/main.d.ts",
  "exports": {
    ".": {
      "types": "./dist/main.d.ts",
      "import": "./dist/main.js"
    }
  },
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=24.8.0"
  },
  "sideEffects": false,
  "keywords": [
    "sso",
    "authentication",
    "sdk",
    "odyssey",
    "browser",
    "typescript",
    "single-sign-on",
    "user-profile"
  ],
  "author": "Ashik <ashik@odyssey.stream>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/New-Game-Plus-Inc/odyssey-avatar-sso-sdk.git"
  },
  "bugs": {
    "url": "https://github.com/New-Game-Plus-Inc/odyssey-avatar-sso-sdk.git/issues"
  },
  "homepage": "https://github.com/New-Game-Plus-Inc/odyssey-avatar-sso-sdk/blob/main/lib/%40newgameplusinc/odyssey-sso/README.md",
  "scripts": {
    "build": "tsup",
    "typecheck": "tsc --noEmit",
    "pack": "npm run build && npm pack"
  },
  "devDependencies": {
    "tsup": "^8.5.1",
    "typescript": "^5"
  }
}
