{
  "scripts": {
    "postinstall": "bash libs.sh",
    "lint": "eslint ./src",
    "build": "rm -rf dist && babel src --out-dir dist --source-maps --extensions \".ts,.js\"",
    "generate-docs": "node_modules/.bin/jsdoc --configure .jsdoc.json --verbose"
  },
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "author": {
    "name": "ElBuru",
    "email": "curlybracesinc@gmail.com"
  },
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/elburu/react-native-pjsip/issues"
  },
  "dependencies": {
    "events": "1.1.0"
  },
  "devDependencies": {
    "@babel/core": "7.7.4",
    "@babel/preset-typescript": "7.7.4",
    "@types/events": "3.0.0",
    "@types/react-native": "0.63.25",
    "babel-eslint": "^10.0.0",
    "eslint": "^5.6.0",
    "eslint-config-airbnb": "^17.1.0",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-jsx-a11y": "^6.1.1",
    "eslint-plugin-react": "^7.11.1",
    "eslint-plugin-react-native": "^3.3.0",
    "gh-pages": "^2.0.0",
    "jsdoc": "^3.5.5",
    "minami": "^1.2.3",
    "typescript": "4.0.3"
  },
  "name": "elburu-react-native-pjsip",
  "description": "PJSIP module for React Native",
  "homepage": "https://github.com/elburu/react-native-pjsip",
  "keywords": [
    "react-component",
    "react-native",
    "ios",
    "android",
    "pjsip",
    "sip"
  ],
  "nativePackage": true,
  "optionalDependencies": {},
  "peerDependencies": {
    "react-native": ">=0.40.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/elburu/react-native-pjsip.git"
  },
  "version": "1.0.0"
}
