{
  "name": "@duell10111/react-native-watch-connectivity",
  "version": "1.1.2",
  "description": "React Native library to enable communication with Apple Watch app",
  "main": "build/index.js",
  "files": [
    "plugin/build",
    "build",
    "ios",
    "LICENSE.md",
    "README.md",
    "RNWatch.podspec",
    "app.plugin.js"
  ],
  "types": "build/index.d.ts",
  "license": "MIT",
  "author": {
    "name": "Michael Ford",
    "email": "mtford@gmail.com"
  },
  "contributors": [
    {
      "name": "Petr Bela",
      "email": "github@petrbela.com"
    },
    {
      "name": "Mars Lan",
      "email": "mars@metaphor.io"
    }
  ],
  "keywords": [
    "react-native",
    "ios",
    "watch",
    "apple-watch"
  ],
  "homepage": "http://mtford.co.uk/react-native-watch-connectivity/",
  "scripts": {
    "build": "mkdir -p ./build && cp ./lib/RNWatch.d.ts ./build/RNWatch.d.ts && expo-module build",
    "post-build": "cp ./lib/RNWatch.d.ts ./build/RNWatch.d.ts",
    "clean": "expo-module clean",
    "test": "expo-module test",
    "prepare": "expo-module prepare",
    "prepublishOnly": "expo-module prepublishOnly",
    "expo-module": "expo-module",
    "lint": "eslint --ext .js,.jsx,.ts,.tsx",
    "precommit": "tsc --skipLibCheck && lint-staged"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mtford90/react-native-watch-connectivity.git"
  },
  "peerDependencies": {
    "react": ">=15.1",
    "react-native": ">=0.40"
  },
  "lint-staged": {
    "package.json": [
      "sort-package-json",
      "git add"
    ],
    "lib/**/*.ts?(x)": [
      "yarn lint --fix",
      "git add"
    ],
    "example/src/**/*.ts?(x)": [
      "yarn lint --fix",
      "git add"
    ]
  },
  "dependencies": {
    "lodash.sortby": "^4.7.0"
  },
  "devDependencies": {
    "@react-native-community/eslint-config": "^1.1.0",
    "@tsconfig/node14": "^14.1.0",
    "@types/lodash.sortby": "^4.7.6",
    "@types/react": "^16.9.34",
    "@types/react-native": "^0.62.2",
    "@typescript-eslint/eslint-plugin": "^5.56.0",
    "@typescript-eslint/parser": "^5.56.0",
    "eslint": "^6.8.0",
    "eslint-plugin-prettier": "^3.1.3",
    "eslint-plugin-typescript-sort-keys": "^3.1.0",
    "expo-module-scripts": "^3.4.0",
    "husky": "^4.2.5",
    "lint-staged": "^10.1.3",
    "prettier": "^2.0.4",
    "react": "16.11.0",
    "react-native": "^0.62.2",
    "sort-package-json": "^1.41.0",
    "typescript": "^4.9.5"
  },
  "jest": {
    "preset": "react-native"
  }
}
