{
    "name": "@symfony/ux-native",
    "version": "2.34.0",
    "description": "Hotwire Native integration for Symfony",
    "keywords": [
        "symfony-ux"
    ],
    "homepage": "https://ux.symfony.com/native",
    "license": "MIT",
    "repository": "https://github.com/symfony/ux",
    "type": "module",
    "files": [
        "dist"
    ],
    "devDependencies": {
        "@hotwired/hotwire-native-bridge": "1.2.2",
        "@hotwired/stimulus": "^3.0.0"
    },
    "peerDependencies": {
        "@hotwired/hotwire-native-bridge": "1.2.2",
        "@hotwired/stimulus": "^3.0.0"
    },
    "symfony": {
        "needsPackageAsADependency": false,
        "importmap": {
            "@hotwired/hotwire-native-bridge": "1.2.2",
            "@hotwired/stimulus": "^3.0.0"
        }
    }
}
