{
  "name": "@mobigaurav/react-native-app-shortcuts",
  "version": "1.0.2",
  "description": "Home-screen quick actions for React Native (iOS 3D Touch / Android App Shortcuts). Deprecated: use @mobigaurav/react-native-quick-actions",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "test": "echo \"No tests specified\" && exit 0",
    "postinstall": "node scripts/postinstall.js"
  },
  "keywords": [
    "react-native",
    "ios",
    "android",
    "shortcuts",
    "3d-touch",
    "force-touch",
    "app-shortcuts",
    "deep-linking",
    "native",
    "mobile",
    "ui",
    "ux",
    "navigation",
    "quick-actions"
  ],
  "author": {
    "name": "Gaurav Kumar",
    "email": "mobigaurav@gmail.com",
    "url": "https://github.com/mobigaurav"
  },
  "license": "MIT",
  "engines": {
    "node": ">=12.0.0"
  },
  "peerDependencies": {
    "react-native": ">=0.60.0"
  },
  "devDependencies": {
    "react-native": "^0.70.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mobigaurav/react-native-quick-actions.git"
  },
  "bugs": {
    "url": "https://github.com/mobigaurav/react-native-quick-actions/issues"
  },
  "homepage": "https://github.com/mobigaurav/react-native-quick-actions#readme",
  "files": [
    "index.js",
    "index.d.ts",
    "ios/",
    "android/",
    "RNAppShortcuts.podspec",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "react-native": {
    "ios": {
      "project": "ios/RNAppShortcuts.xcodeproj"
    },
    "android": {
      "sourceDir": "../android",
      "packageImportPath": "import com.appshortcuts.RNAppShortcutsPackage;"
    }
  }
}
