{
  "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"
  }
}
