{
    "name": "@firstfleet/auto-reload-brunch",
    "version": "4.1.1",
    "description": "Fork of brunch/auto-reload-brunch. Adds automatic browser reloading support to brunch.",
    "files": [
        "index.js",
        "vendor"
    ],
    "exports": "./index.js",
    "type": "module",
    "engines": {
        "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
    },
    "author": {
        "name": "Jess Patton"
    },
    "homepage": "https://github.com/firstfleetinc/npm_modules/auto-reload-brunch",
    "keywords": [
        "brunchplugin",
        "auto-reload",
        "websocket",
        "auto reload"
    ],
    "repository": {
        "type": "git",
        "url": "git@github.com:firstfleetinc/npm_modules/auto-reload-brunch.git"
    },
    "scripts": {
        "test": "mocha test --exit",
        "send": "npm publish --access public",
        "sendbeta": "npm publish --access public --tag beta"
    },
    "dependencies": {
        "anymatch": "^3.1.3",
        "ws": "^8.18.3"
    },
    "devDependencies": {
        "chai": "^5",
        "esm": "^3.2.25",
        "mocha": "^11"
    },
    "eslintConfig": {
        "extends": "brunch"
    },
    "volta": {
        "node": "22.18.0"
    }
}
