{
  "name": "@wazo/sdk",
  "version": "0.48.1",
  "description": "Wazo's JavaScript Software Development Kit.",
  "main": "./dist/index.js",
  "types": "./dist/types/index.d.ts",
  "author": "Wazo (http://wazo.io)",
  "maintainers": [
    "Wazo Team <dev@wazo.io> (https://github.com/wazo-platform)"
  ],
  "contributors": [
    "Wazo Team <dev@wazo.io> (https://github.com/wazo-platform)"
  ],
  "license": "MIT",
  "homepage": "https://github.com/wazo-platform/wazo-js-sdk",
  "files": [
    "dist"
  ],
  "exports": {
    "types": "./dist/types/index.d.ts",
    "import": "./dist/index.mjs",
    "node": "./dist/wazo-sdk.js",
    "require": "./dist/index.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/wazo-platform/wazo-js-sdk"
  },
  "bugs": {
    "url": "https://github.com/wazo-platform/wazo-js-sdk/issues"
  },
  "dependencies": {
    "@wazo/types": "^25.16.1",
    "events": "^3.3.0",
    "fstream": "^1.0.12",
    "getstats": "github:wazo-platform/getStats#1.0.7",
    "js-base64": "^3.7.8",
    "json-to-graphql-query": "^2.3.0",
    "jsrsasign": "^11.1.3",
    "libphonenumber-js": "^1.13.2",
    "moment": "^2.30.1",
    "reconnecting-websocket": "^4.4.0",
    "sdp-transform": "^2.15.0",
    "sip.js": "^0.21.2",
    "webrtc-adapter": "^8.2.4"
  },
  "devDependencies": {
    "@babel/core": "^7.29.0",
    "@babel/preset-env": "^7.29.5",
    "@babel/preset-typescript": "^7.28.5",
    "@rslib/core": "^0.3.2",
    "@types/events": "^3.0.3",
    "@types/jest": "^29.5.14",
    "@types/jsrsasign": "^10.5.15",
    "@types/node": "^20.19.41",
    "@types/sdp-transform": "^2.15.0",
    "@typescript-eslint/eslint-plugin": "^5.62.0",
    "@typescript-eslint/parser": "^5.62.0",
    "babel-core": "7.0.0-bridge.0",
    "babel-eslint": "10.1.0",
    "babel-loader": "^9.2.1",
    "eslint": "^8.57.1",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-airbnb-typescript": "^17.1.0",
    "eslint-config-prettier": "^8.10.2",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-prettier": "^4.2.5",
    "jest": "^29.7.0",
    "jsonlint": "^1.6.3",
    "prettier-eslint-cli": "^7.1.0",
    "rimraf": "^5.0.10",
    "ts-jest": "^29.4.10",
    "typescript": "~5.6.3"
  },
  "resolutions": {
    "underscore": "1.12.1"
  },
  "engines": {
    "node": ">=22.0.0"
  },
  "scripts": {
    "clean": "rimraf dist",
    "build": "rslib build",
    "build:watch": "rslib build --watch",
    "test": "jest && pnpm lint && pnpm typecheck && pnpm checkbuild",
    "lint": "eslint src/",
    "jest": "jest src/",
    "checkbuild": "pnpm build && node dist/wazo-sdk.js",
    "format": "pnpm format:file \"src/**/*.(ts|js)\" \"__tests__/**/*.(ts|js)\"",
    "format:file": "prettier-eslint --write --single-quote --trailing-comma=es5 --arrow-parens=avoid",
    "typecheck": "tsc --noEmit"
  }
}