{
  "name": "linkify-sdk",
  "version": "1.0.17",
  "main": "dist/index.js",
  "license": "MIT",
  "description": "Librería para enlaces profundos dinámicos (Universal Links y App Links)",
  "author": "Leudy Martes",
  "homepage": "https://github.com/leudy015/linkify.git",
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build"
  },
  "react-native": "dist/index.js",
  "files": [
    "src/",
    "ios/",
    "android/",
    "dist/"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/leudy015/linkify.git"
  },
  "keywords": [
    "react-native-linkify",
    "react-native",
    "react-native-macos",
    "linkify",
    "linkify-sdk",
    "dynamic-links",
    "universal-links",
    "app-links"
  ],
  "dependencies": {
    "react": ">=16.8.0",
    "react-native": ">=0.60.0"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-native": ">=0.60.0"
  },
  "devDependencies": {
    "@react-native-community/cli": "^13.6.9",
    "typescript": "^5.0.0"
  }
}
