{
  "author": "seven communications GmbH & Co. KG <support@seven.io> (https://www.seven.io)",
  "bugs": {
    "email": "support@seven.io",
    "url": "https://github.com/seven-io/js-client/issues"
  },
  "description": "Official API client for seven",
  "dependencies": {
    "browser-or-node": "^3.0.0",
    "date-fns": "^4.1.0",
    "js-md5": "^0.8.3",
    "jssha": "^3.3.1"
  },
  "devDependencies": {
    "@ngrok/ngrok": "^1.5.2",
    "@types/express": "^5.0.3",
    "@types/jest": "^30.0.0",
    "@types/node": "^20.19.10",
    "cross-env": "^10.0.0",
    "cross-fetch": "^4.1.0",
    "express": "^5.1.0",
    "husky": "^9.1.7",
    "jest": "^30.1.3",
    "jest-environment-jsdom": "^30.1.2",
    "jest-extended": "^6.0.0",
    "rimraf": "^6.0.1",
    "ts-jest": "^29.4.2",
    "ts-node": "^10.9.2",
    "tslib": "^2.8.1",
    "typedoc": "^0.28.10",
    "typedoc-plugin-markdown": "^4.8.0",
    "typescript": "^5.9.2",
    "vite": "^7.1.5",
    "vite-plugin-dts": "^4.5.4",
    "vite-plugin-node-polyfills": "^0.24.0"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/seven-client.js",
      "require": "./dist/seven-client.umd.cjs"
    }
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/seven-io/js-client",
  "keywords": [
    "2fa",
    "cnam",
    "gateway",
    "hlr",
    "mnp",
    "sms",
    "text2speech",
    "tts"
  ],
  "license": "MIT",
  "main": "dist/seven-client.umd.cjs",
  "module": "dist/seven-client.js",
  "name": "@seven.io/client",
  "peerDependencies": {
    "node-fetch": "^2.7.0"
  },
  "peerDependenciesMeta": {
    "node-fetch": {
      "optional": true
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/seven-io/js-client.git"
  },
  "scripts": {
    "build": "cross-env rimraf dist && tsc && vite build",
    "dev": "vite",
    "document": "typedoc --plugin typedoc-plugin-markdown --out ./md --hideBreadcrumbs --hidePageHeader --hidePageTitle --hideGroupHeadings --disableSources",
    "prepare": "husky install",
    "prepublishOnly": "npm run build",
    "preview": "vite preview",
    "test": "jest"
  },
  "type": "module",
  "types": "./dist/index.d.ts",
  "version": "5.6.0"
}
