UNPKG

sip-call-ring

Version:

jssip freeswitch have ring call

54 lines 1.42 kB
{ "name": "sip-call-ring", "version": "1.6.4", "description": "jssip freeswitch have ring call", "keywords": [ "jssip", "freeswitch", "softphone" ], "license": "MIT", "main": "lib/bundle.cjs.js", "module": "lib/bundle.esm.js", "browser": "lib/bundle.browser.js", "types": "lib/index.d.ts", "files": [ "lib/*" ], "repository": { "type": "git", "url": "git://github.com/xsdhy/softphone.git" }, "devDependencies": { "@babel/core": "^7.24.9", "@babel/plugin-transform-runtime": "^7.24.7", "@babel/preset-env": "^7.24.8", "@rollup/plugin-babel": "^5.3.1", "@rollup/plugin-commonjs": "^22.0.2", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^13.3.0", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^8.5.0", "@types/blueimp-md5": "^2.18.2", "@types/node": "^17.0.45", "@types/uuid": "^8.3.4", "prettier": "^3.3.3", "rollup": "^2.79.1", "rollup-plugin-polyfill-node": "^0.10.2", "rollup-plugin-serve": "^2.0.3", "tslib": "^2.6.3", "typescript": "^4.9.5" }, "dependencies": { "blueimp-md5": "^2.19.0", "jssip": "^3.10.1", "ofetch": "^1.3.4", "uuid": "^8.3.2", "uuidv7": "^1.0.2" }, "scripts": { "dev": "rollup -c config/rollup.config.dev.js -w", "build": "rollup -c config/rollup.config.build.js", "build:types": "tsc -w" } }