{
  "name": "vani-meeting-client-native",
  "version": "0.4.7",
  "description": "Vani Meeting Clinet SDK",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib/**/*"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "cp ./src/utility/DynamicLibHelper.native.ts ./src/utility/DynamicLibHelper.ts && tsc",
    "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
    "lint": "tslint -p tsconfig.json",
    "prepare": "npm run build",
    "version": "npm run format && git add -A src",
    "postversion": "git push && git push --tags"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sachin-codeplaylabs/VaniMeetingClientSDK.git"
  },
  "keywords": [
    "VaniMeeting",
    "Codeplay",
    "Webrtc",
    "SFU",
    "Mediasoup",
    "Chat"
  ],
  "author": "Vani Meeting",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/sachin-codeplaylabs/VaniMeetingClientSDK/issues"
  },
  "homepage": "https://vanimeetings.com/",
  "devDependencies": {
    "@types/node": "^16.11.11",
    "prettier": "^2.5.0",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^4.5.2"
  },
  "dependencies": {
    "axios": "^0.24.0",
    "loglevel": "^1.8.0",
    "mediasoup-client": "^3.18.3"
  },
  "optionalDependencies": {}
}
