{
  "name": "@dofe/sso-node",
  "version": "0.1.75",
  "description": "Runtime-neutral Node SDK for sso.dofe.ai internal service APIs.",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./client": {
      "types": "./dist/client.d.ts",
      "default": "./dist/client.js"
    },
    "./response": {
      "types": "./dist/response.d.ts",
      "default": "./dist/response.js"
    },
    "./preflight": {
      "types": "./dist/preflight.d.ts",
      "default": "./dist/preflight.js"
    },
    "./legacy": {
      "types": "./dist/legacy.d.ts",
      "default": "./dist/legacy.js"
    }
  },
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "clean": "rm -rf dist",
    "smoke:legacy": "pnpm run build && node scripts/smoke-legacy.mjs",
    "typecheck": "tsc -p tsconfig.build.json --noEmit",
    "prepublishOnly": "pnpm run clean && pnpm run build",
    "publish:npm": "npm publish --access public"
  },
  "devDependencies": {
    "typescript": "^6.0.3"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "engines": {
    "node": ">=18.0.0"
  },
  "keywords": [
    "dofe",
    "sso",
    "sdk",
    "internal-api",
    "service-to-service"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dofe-ai/sso.dofe.ai.git",
    "directory": "packages/node"
  },
  "author": "Techwu <wumin.itea@gmail.com>",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}
