UNPKG

react-sip

Version:
50 lines (49 loc) 1.44 kB
{ "name": "react-sip", "version": "0.8.1", "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": "git+ssh://git@github.com/callthemonline/react-sip.git" }, "keywords": [ "react", "sip", "jssip", "webrtc" ], "author": "callthemonline (https://callthem.online/)", "license": "MIT", "bugs": { "url": "https://github.com/callthemonline/react-sip/issues" }, "homepage": "https://github.com/callthemonline/react-sip#readme", "dependencies": { "jssip": "^3.2.15", "prop-types": "^15.6.2" }, "peerDependencies": { "react": ">=15.0" }, "devDependencies": { "@types/prop-types": "^15.5.6", "@types/react": "^16.4.18", "prettier": "^1.14.3", "prettier-check": "^2.0.0", "react": "^16.5.2", "rimraf": "^2.6.2", "tslint": "^5.11.0", "tslint-config-prettier": "^1.15.0", "typescript": "^3.1.3" } }