{
  "name": "react-native-context-menu-next",
  "title": "React Native Context Menu View",
  "version": "1.0.1",
  "description": "Use native context menu views from React Native",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Vladlen-Libraries/react-native-context-menu.git",
    "baseUrl": "https://github.com/Vladlen-Libraries/react-native-context-menu"
  },
  "keywords": [
    "react-native"
  ],
  "author": {
    "name": "Matthew Iannucci",
    "email": "mpiannucci@gmail.com"
  },
  "license": "MIT",
  "licenseFilename": "LICENSE",
  "readmeFilename": "README.md",
  "peerDependencies": {
    "react": "^16.8.1 || ^17.0.0",
    "react-native": ">=0.60.0-rc.0 <1.0.x"
  }
}
