{
    "name": "@symfony/ux-map",
    "description": "Integrates interactive maps in your Symfony applications",
    "license": "MIT",
    "version": "1.0.0",
    "type": "module",
    "main": "dist/abstract_map_controller.js",
    "types": "dist/abstract_map_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": {
        "importmap": {
            "@hotwired/stimulus": "^3.0.0"
        }
    },
    "peerDependencies": {
        "@hotwired/stimulus": "^3.0.0"
    },
    "devDependencies": {
        "@hotwired/stimulus": "^3.0.0"
    }
}
