{
  "name": "turbo-deeplink-dubu",
  "version": "1.0.4",
  "description": "React Native TurboModule for handling deep links",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "android",
    "ios",
    "lib",
    "spec",
    "TurboDeeplink.podspec",
    "!android/build",
    "!ios/build"
  ],
  "scripts": {
    "build": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/kim-jiha95/turbo-deeplink.git"
  },
  "keywords": [
    "react-native",
    "turbo-module",
    "deep-link",
    "deeplink",
    "url"
  ],
  "author": "conner",
  "license": "MIT",
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "devDependencies": {
    "@types/react": "^18.0.0",
    "@types/react-native": "^0.70.0",
    "typescript": "^4.9.5"
  },
  "codegenConfig": {
    "name": "TurboDeeplinkSpec",
    "type": "all",
    "jsSrcsDir": "spec"
  }
}
