UNPKG

@seven.io/client

Version:
83 lines (82 loc) 2.17 kB
{ "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": { "@types/jest": "^29.5.14", "@types/node": "^20.17.32", "cross-env": "^7.0.3", "cross-fetch": "^4.1.0", "husky": "^9.1.7", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "jest-extended": "^4.0.2", "rimraf": "^6.0.1", "ts-jest": "^29.3.2", "ts-node": "^10.9.2", "tslib": "^2.8.1", "typedoc": "^0.28.3", "typedoc-plugin-markdown": "^4.6.3", "typescript": "^5.8.3", "vite": "^6.3.3", "vite-plugin-dts": "^4.5.3", "vite-plugin-node-polyfills": "^0.23.0" }, "exports": { ".": { "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.3.0" }