{
  "name": "@accelbyte/sdk",
  "version": "4.3.3",
  "author": "AccelByte Inc",
  "license": "SEE LICENSE IN LICENSE",
  "main": "./dist/cjs/node/index.cjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "node": {
        "import": "./dist/es/node/index.node.js",
        "default": "./dist/cjs/node/index.cjs"
      },
      "default": "./dist/es/browser/index.browser.js"
    },
    "./package.json": "./package.json"
  },
  "type": "module",
  "repository": {
    "type": "git",
    "url": "https://github.com/AccelByte/accelbyte-typescript-sdk.git"
  },
  "scripts": {
    "build": "tsup && yarn build:dts",
    "build:dts": "tsup src/index.ts --no-config  --dts-only --format esm",
    "test-and-build": "yarn test && yarn build",
    "test": "yarn test:unit",
    "test:unit": "vitest --testTimeout=30000",
    "test:e2e": "playwright test",
    "clean": "npx rimraf dist && npx rimraf node_modules"
  },
  "devDependencies": {
    "@anatine/zod-mock": "3.13.4",
    "@faker-js/faker": "8.4.1",
    "@playwright/test": "1.52.0",
    "@types/crypto-js": "4.1.0",
    "@types/node": "22.3.0",
    "@types/platform": "1.3.4",
    "@types/uuid": "8.3.4",
    "jsdom": "25.0.0",
    "msw": "2.4.1",
    "rimraf": "4.4.1",
    "rollup": "3.30.0",
    "tslib": "2.4.0",
    "tsup": "8.3.5",
    "typescript": "5.8.3",
    "vitest": "3.2.6"
  },
  "dependencies": {
    "@accelbyte/validator": "0.3.1",
    "axios": "1.18.0",
    "buffer": "6.0.3",
    "crypto-js": "4.2.0",
    "nanoid": "3.3.11",
    "platform": "1.3.6",
    "query-string": "7.1.1",
    "uuid": "14.0.0",
    "validator": "13.15.22",
    "ws": "8.21.0",
    "zod": "3.23.8"
  },
  "sideEffects": [
    "src/polyfills/browser.ts",
    "src/polyfills/node.ts"
  ]
}
