{
    "name": "@symfony/stimulus-bundle",
    "description": "Integration of @hotwired/stimulus into Symfony",
    "license": "MIT",
    "version": "2.23.0",
    "keywords": [
        "symfony-ux"
    ],
    "homepage": "https://ux.symfony.com/stimulus",
    "repository": "https://github.com/symfony/stimulus-bundle",
    "type": "module",
    "files": [
        "dist"
    ],
    "main": "dist/loader.js",
    "scripts": {
        "build": "node ../../../bin/build_package.js .",
        "watch": "node ../../../bin/build_package.js . --watch",
        "test": "../../../bin/test_package.sh .",
        "check": "biome check",
        "ci": "biome ci"
    },
    "symfony": {
        "needsPackageAsADependency": false,
        "importmap": {
            "@hotwired/stimulus": "^3.0.0",
            "@symfony/stimulus-bundle": "path:%PACKAGE%/dist/loader.js"
        }
    },
    "peerDependencies": {
        "@hotwired/stimulus": "^3.0.0",
        "@symfony/stimulus-bridge": "^3.2.0 || ^4.0.0"
    }
}
