{
  "name": "@logto/client",
  "version": "3.1.8",
  "type": "module",
  "module": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "react-native": "./lib/shim.js",
  "exports": {
    "types": "./lib/index.d.ts",
    "react-native": "./lib/shim.js",
    "import": "./lib/index.js",
    "default": "./lib/index.js"
  },
  "files": [
    "lib"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/logto-io/js.git",
    "directory": "packages/client"
  },
  "dependencies": {
    "@silverhand/essentials": "^2.9.3",
    "camelcase-keys": "^9.1.3",
    "jose": "^5.2.2",
    "@logto/js": "^6.1.2"
  },
  "devDependencies": {
    "@silverhand/eslint-config": "^6.0.1",
    "@silverhand/ts-config": "^6.0.0",
    "@types/node": "^22.0.0",
    "@vitest/coverage-v8": "^2.1.9",
    "eslint": "^8.57.0",
    "happy-dom": "^20.0.8",
    "lint-staged": "^15.0.0",
    "nock": "14.0.10",
    "prettier": "^3.0.0",
    "typescript": "^5.3.3",
    "vitest": "^2.1.9"
  },
  "eslintConfig": {
    "extends": "@silverhand"
  },
  "prettier": "@silverhand/eslint-config/.prettierrc",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "dev:tsc": "tsc -p tsconfig.build.json -w --preserveWatchOutput",
    "precommit": "lint-staged",
    "check": "tsc --noEmit",
    "build": "rm -rf lib/ && tsc -p tsconfig.build.json --noEmit && rollup -c",
    "lint": "eslint --ext .ts src",
    "test": "vitest",
    "test:dom": "vitest --config=vitest.config.dom.ts",
    "test:coverage": "pnpm test:dom --silent --no-watch && pnpm run test --no-watch --silent --coverage"
  }
}