{
  "name": "vialink-react-native-sdk",
  "version": "3.3.12",
  "description": "ViaLink 딥링크 SDK for React Native (네이티브 브릿지)",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsup && tsc -p tsconfig.build.json",
    "build:types": "tsc -p tsconfig.build.json",
    "build:bundle": "tsup",
    "prepublishOnly": "npm run build"
  },
  "peerDependencies": {
    "react-native": ">=0.73.0"
  },
  "devDependencies": {
    "typescript": "^5.7.0",
    "tsup": "^8.0.0"
  },
  "files": [
    "dist/",
    "android/",
    "ios/",
    "vialink-react-native-sdk.podspec",
    "README.ko.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@bitbucket.org/aresjoyinc/vialink-react-native-sdk.git"
  },
  "keywords": [
    "react-native",
    "deeplink",
    "deferred-deeplink",
    "vialink",
    "native-bridge"
  ],
  "author": "",
  "license": "MIT"
}
