{
    "name": "@symfony/stimulus-bridge",
    "description": "Stimulus integration bridge for Symfony projects",
    "version": "2.0.2",
    "main": "dist/index.js",
    "license": "MIT",
    "author": "Titouan Galopin <galopintitouan@gmail.com>",
    "engines": {
        "node": "^10.13.0 || >=12.0.0"
    },
    "scripts": {
        "build": "babel src -d dist",
        "test": "webpack --config test/webpack.config.js && jest"
    },
    "peerDependencies": {
        "stimulus": "^2.0"
    },
    "dependencies": {
        "acorn": "^8.0.5"
    },
    "devDependencies": {
        "@babel/cli": "^7.12.1",
        "@babel/core": "^7.12.3",
        "@babel/preset-env": "^7.12.7",
        "@symfony/mock-module": "file:test/fixtures/module",
        "@symfony/stimulus-testing": "^1.0.0",
        "stimulus": "^2.0",
        "webpack": "^5.11.1",
        "webpack-cli": "^4.3.0"
    },
    "jest": {
        "testRegex": "test/.*\\.test.js",
        "setupFilesAfterEnv": [
            "./test/setup.js"
        ]
    },
    "files": [
        "src/",
        "dist/",
        "controllers.json",
        "lazy-controller-loader.js"
    ]
}
