{
    "name": "@symfony/ux-autocomplete",
    "description": "JavaScript Autocomplete functionality for Symfony",
    "license": "MIT",
    "version": "2.23.0",
    "keywords": [
        "symfony-ux"
    ],
    "homepage": "https://ux.symfony.com/autocomplete",
    "repository": "https://github.com/symfony/ux-autocomplete",
    "type": "module",
    "files": [
        "dist"
    ],
    "main": "dist/controller.js",
    "types": "dist/controller.d.ts",
    "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": {
        "controllers": {
            "autocomplete": {
                "main": "dist/controller.js",
                "webpackMode": "eager",
                "fetch": "eager",
                "enabled": true,
                "autoimport": {
                    "tom-select/dist/css/tom-select.default.css": true,
                    "tom-select/dist/css/tom-select.bootstrap4.css": false,
                    "tom-select/dist/css/tom-select.bootstrap5.css": false
                }
            }
        },
        "importmap": {
            "@hotwired/stimulus": "^3.0.0",
            "tom-select": "^2.2.2"
        }
    },
    "peerDependencies": {
        "@hotwired/stimulus": "^3.0.0",
        "tom-select": "^2.2.2"
    },
    "devDependencies": {
        "@hotwired/stimulus": "^3.0.0",
        "tom-select": "^2.2.2",
        "vitest-fetch-mock": "^0.2.2"
    }
}
