{
    "name": "despia-native",
    "version": "1.0.28",
    "description": "Web-native iOS and Android SDK. Biometrics, GPS, in-app purchases, push notifications, and 50+ native APIs - no Swift, no Kotlin.",
    "main": "index.js",
    "module": "index.js",
    "types": "index.d.ts",
    "exports": {
        ".": {
            "types": "./index.d.ts",
            "import": "./index.js",
            "require": "./index.js",
            "default": "./index.js"
        }
    },
    "keywords": [
        "despia",
        "sdk",
        "mobile",
        "native",
        "bridge",
        "applinks",
        "biometric",
        "purchase",
        "push",
        "camera",
        "location",
        "download",
        "haptic",
        "widget",
        "revenuecat",
        "contacts"
    ],
    "author": "Despia Native <developers@despia.com>",
    "license": "MIT",
    "scripts": {
        "test": "echo \"No tests specified\"",
        "prepublishOnly": "npm test"
    },
    "files": [
        "index.js",
        "index.d.ts",
        "README.md"
    ]
}
