{
  "name": "@accelbyte/sdk-iam",
  "version": "6.3.6",
  "author": "AccelByte Inc",
  "license": "SEE LICENSE IN LICENSE",
  "main": "./dist/index.js",
  "type": "module",
  "scripts": {
    "build": "rimraf dist && tsup --config ../../tsupconfig.base.ts",
    "test": "echo ''",
    "test-and-build": "yarn test && yarn build",
    "clean:src": "rimraf src/generated-*",
    "clean": "rimraf dist && rimraf node_modules && rimraf .yalc",
    "cg:lint": "eslint src/**/*.ts --fix --config ../../.eslintrc.js",
    "cg:prettify": "prettier --write swaggers/*.json && prettier --write --no-error-on-unmatched-pattern src/**/*",
    "cg:download": "yarn cg download-swaggers --config swaggers.json --swaggersOutput swaggers",
    "cg:generate": "rimraf src/generated-public && yarn cg generate-code --config swaggers.json --swaggersOutput swaggers --output src",
    "cg": "tsx ../codegen/src/cli.ts",
    "codegen": "yarn clean:src && yarn cg:generate && yarn cg:lint && yarn cg:prettify"
  },
  "devDependencies": {
    "@accelbyte/sdk": "workspace:*",
    "@tanstack/react-query": "4.36.1",
    "@types/crypto-js": "4.1.0",
    "@types/node": "22.3.0",
    "@types/platform": "1.3.4",
    "@types/uuid": "8.3.4",
    "eslint": "9.26.0",
    "prettier": "3.3.3",
    "react": "17.0.2",
    "rimraf": "4.4.1",
    "tsup": "8.3.5",
    "tsx": "4.17",
    "typescript": "5.8.3"
  },
  "dependencies": {
    "@accelbyte/validator": "0.3.1",
    "axios": "1.18.0",
    "buffer": "6.0.3",
    "crypto-js": "4.2.0",
    "platform": "1.3.6",
    "uuid": "14.0.0",
    "validator": "13.15.22",
    "zod": "3.23.8"
  },
  "peerDependencies": {
    "@accelbyte/sdk": "^4.0.4",
    "@tanstack/react-query": "^4.36.1 || ^5.0.0"
  },
  "sideEffects": false,
  "peerDependenciesMeta": {
    "@tanstack/react-query": {
      "optional": true
    }
  },
  "types": "./dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/AccelByte/accelbyte-typescript-sdk.git"
  },
  "files": [
    "dist",
    "react-query"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./react-query": {
      "types": "./dist/all-query-imports.d.ts",
      "import": "./dist/all-query-imports.js",
      "default": "./dist/all-query-imports.cjs"
    },
    "./package.json": "./package.json"
  }
}
