open-in-app-akshita
Version:
open-in-app-akshita is a lightweight React component that enables seamless deep linking to your mobile app. If the app is not installed, the component smartly redirects users to the Play Store (Android) or App Store (iOS).
36 lines (35 loc) • 853 B
JSON
{
"name": "open-in-app-akshita",
"version": "1.0.16",
"main": "dist/open-in-app-akshita.umd.js",
"module": "dist/open-in-app-akshita.es.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md"
],
"keywords": [
"react",
"library",
"deep-link",
"open-in-app"
],
"author": "Akshita Singh",
"license": "MIT",
"homepage": "https://akshita-singh0801.github.io/open-in-app-akshita",
"dependencies": {
"react": "^18.0.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.0.0",
"gh-pages": "^6.3.0",
"vite": "^6.3.5"
},
"scripts": {
"dev": "vite",
"build:demo": "vite build --config vite.config.demo.js",
"predeploy": "npm run build:demo",
"deploy": "gh-pages -d dist",
"dev:demo": "vite --config vite.config.demo.js"
}
}