{
    "name": "@web-auth/webauthn-stimulus",
    "description": "Webauthn integration for Symfony",
    "license": "MIT",
    "version": "1.0.0",
    "main": "dist/controller.js",
    "types": "dist/controller.d.ts",
    "symfony": {
        "controllers": {
            "webauthn": {
                "main": "dist/controller.js",
                "name": "web-auth/webauthn-stimulus",
                "webpackMode": "eager",
                "fetch": "eager",
                "enabled": true
            }
        },
        "importmap": {
            "@hotwired/stimulus": "^3.0.0",
            "@simplewebauthn/browser": "^13.0.0"
        }
    },
    "peerDependencies": {
        "@hotwired/stimulus": "^3.0.0",
        "@simplewebauthn/browser": "^13.0.0"
    },
    "devDependencies": {
        "@hotwired/stimulus": "^3.0.0",
        "@simplewebauthn/browser": "^13.0.0"
    }
}
