@evercall/react-sip
Version:
React wrapper for jssip
62 lines (61 loc) • 1.9 kB
JSON
{
"name": "@evercall/react-sip",
"version": "1.1.8",
"description": "React wrapper for jssip",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rimraf dist && tsc --project .",
"build:watch": "rimraf dist && tsc --project . --watch",
"format": "prettier --write --ignore-path .gitignore \"{.,src/**}/{*.js,*.ts,*.md,*.json}\"",
"lint": "tsc --project . --noEmit && tslint --project . && prettier-check --ignore-path .gitignore \"{.,src/**}/{*.js,*.ts,*.md,*.json}\"",
"prepublish": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/evercall/react-sip"
},
"keywords": [
"react",
"sip",
"jssip",
"webrtc"
],
"author": "evercall ApS (https://evercall.dk/)",
"contributors": [
{
"name": "Jonas Clément",
"url": "https://github.com/jonasclement"
},
{
"name": "Martin Juul Christiansen",
"email": "mjc@evercall.dk",
"url": "https://github.com/martin-juul"
}
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/evercall/react-sip/issues"
},
"homepage": "https://github.com/evercall/react-sip#readme",
"dependencies": {
"jssip": "^3.5.7",
"prop-types": "^15.7.2"
},
"peerDependencies": {
"react": ">=15.0"
},
"devDependencies": {
"@types/prop-types": "^15.7.3",
"@types/react": "^16.9.49",
"@types/webrtc": "0.0.26",
"prettier": "^2.1.1",
"prettier-check": "^2.0.0",
"react": "^16.13.1",
"rimraf": "^3.0.2",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.15.0",
"typescript": "^3.9.7"
}
}