{
  "name": "@scaleway/sdk-client",
  "version": "2.3.1",
  "description": "Scaleway SDK Client",
  "keywords": [
    "client",
    "cloud",
    "scaleway",
    "sdk"
  ],
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/scaleway/scaleway-sdk-js",
    "directory": "packages/client"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@repo/configs": "^0.1.1"
  },
  "engines": {
    "node": ">=20.19.6"
  },
  "scripts": {
    "typecheck": "tsgo --noEmit",
    "type:generate": "tsgo --declaration -p tsconfig.build.json",
    "build": "vite build --config ../../vite.config.ts && pnpm run type:generate && tsc-alias -p tsconfig.build.json",
    "build:profile": "npx vite-bundle-visualizer -c ../../vite.config.ts"
  }
}