{
  "name": "bandwidth-sdk",
  "version": "8.1.2",
  "description": "OpenAPI client for bandwidth-sdk",
  "author": "OpenAPI-Generator Contributors",
  "repository": {
    "type": "git",
    "url": "https://github.com/Bandwidth/node-sdk"
  },
  "homepage": "https://github.com/bandwidth/node-numbers",
  "keywords": [
    "axios",
    "typescript",
    "openapi-client",
    "openapi-generator",
    "bandwidth-sdk"
  ],
  "license": "MIT",
  "main": "./dist/index.js",
  "typings": "./dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "prepare": "npm run build",
    "test-unit": "jest --coverage --detectOpenHandles --testPathPattern=tests/unit",
    "test-smoke": "jest --coverage --detectOpenHandles --testPathPattern=tests/smoke",
    "test": "jest --coverage --detectOpenHandles"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "dependencies": {
    "axios": "^1.7.2",
    "xmlbuilder2": "^4.0.0"
  },
  "devDependencies": {
    "@types/jest": "^29.5.12",
    "@types/node": "^12.11.5",
    "jest": "^29.7.0",
    "jest-extended": "^4.0.2",
    "ts-jest": "^29.1.1",
    "typescript": "^5.9.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
