{
  "name": "@bits-innovate/react-native-vstarcam",
  "version": "1.0.66",
  "description": "React Native bridge for VStarCam P2P SDK",
  "main": "src/index.ts",
  "types": "src/index.ts",
  "react-native": "src/index.ts",
  "source": "src/index.ts",
  "files": [
    "src",
    "android",
    "ios",
    "*.podspec",
    "!android/build",
    "!ios/build",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__",
    "!**/.*"
  ],
  "scripts": {
    "typescript": "tsc --noEmit"
  },
  "keywords": [
    "react-native",
    "vstarcam",
    "p2p",
    "camera",
    "surveillance",
    "security"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Roviagate-Technology/my-watchman-cam.git"
  },
  "author": "Roviagate Technology <henrique.crusoe@bits-innovate.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Roviagate-Technology/my-watchman-cam/issues"
  },
  "homepage": "https://github.com/Roviagate-Technology/my-watchman-cam#readme",
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  }
}