{
  "name": "react-native-wifi-p2p",
  "version": "3.6.1",
  "description": "Module for working with wifi direct (p2p) API module in android.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kirillzyusko/react-native-wifi-p2p.git"
  },
  "homepage": "https://github.com/kirillzyusko/react-native-wifi-p2p#README.MD",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "lint-java": "node scripts/java-lint.js --check"
  },
  "devDependencies": {
    "react-native": "0.70.5",
    "shelljs": "^0.8.5",
    "yargs": "^17.7.1"
  },
  "keywords": [
    "react-native",
    "android",
    "p2p",
    "peer to peer",
    "wifi direct",
    "wi-fi direct"
  ],
  "author": "Kiryl Ziusko",
  "license": "ISC"
}
