{
  "$schema": "https://json.schemastore.org/package.json",
  "name": "@vonage/server-sdk",
  "version": "3.26.4",
  "description": "Node.js Client for the Vonage API Platform",
  "homepage": "https://developer.vonage.com",
  "bugs": {
    "url": "https://github.com/Vonage/vonage-node-sdk/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Vonage/vonage-node-sdk.git"
  },
  "license": "Apache-2.0",
  "contributors": [
    {
      "name": "Chris Tankersley",
      "url": "https://github.com/dragonmantank"
    },
    {
      "name": "Chuck \"MANCHUCK\" Reeves",
      "url": "https://github.com/manchuck"
    }
  ],
  "type": "commonjs",
  "exports": {
    ".": {
      "browser": "./dist/unsupportedBrowser.cjs",
      "import": {
        "types": "./dist/esm/index.d.mts",
        "default": "./dist/esm/index.mjs"
      },
      "require": {
        "types": "./dist/cjs/index.d.ts",
        "default": "./dist/cjs/index.js"
      }
    }
  },
  "main": "./dist/cjs/index.js",
  "module": "./dist/esm/index.mjs",
  "types": "./dist/cjs/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "npm run clean && npm run build:esm && npm run build:cjs",
    "postbuild": "node ../../scripts/copyUnsupported.cjs && node -e \"const fs=require('node:fs'),p='dist/cjs/package.json';fs.mkdirSync('dist/cjs',{recursive:true});fs.writeFileSync(p,JSON.stringify({type:'commonjs'},null,2));\"",
    "build:cjs": "tsup lib/** -d dist/cjs --dts --tsconfig tsconfig.tsup.json",
    "build:esm": "tsup lib/** -d dist/esm --format=esm --dts --tsconfig tsconfig.tsup.json",
    "check:pkg": "npx attw --pack .",
    "clean": "rimraf dist tsconfig.tsbuildinfo"
  },
  "dependencies": {
    "@vonage/accounts": "1.19.3",
    "@vonage/applications": "1.19.3",
    "@vonage/auth": "1.14.3",
    "@vonage/conversations": "1.13.4",
    "@vonage/messages": "1.23.4",
    "@vonage/number-insights": "1.19.3",
    "@vonage/numbers": "1.21.3",
    "@vonage/pricing": "1.19.3",
    "@vonage/redact": "1.18.3",
    "@vonage/server-client": "1.19.3",
    "@vonage/sms": "1.20.4",
    "@vonage/users": "1.13.3",
    "@vonage/verify": "1.19.3",
    "@vonage/verify2": "1.18.3",
    "@vonage/video": "1.27.3",
    "@vonage/voice": "1.20.3"
  },
  "engines": {
    "node": ">=20"
  },
  "engineStrict": true,
  "publishConfig": {
    "directory": "dist"
  }
}
