{ "name": "hecq-lesort", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "serve": "concurrently \"npm run serve-php\" \"npm run sync\"", "serve-php": "php -S localhost:8000 kirby/router.php", "sync": "node browsersync.js" }, "browserSync": { "proxy": "localhost:8000", "watch": [ "assets", "content", "site/snippets", "site/templates", "site/blueprints", "site/languages" ], "ignore": [ "**/.lock", "**/.DS_Store" ] }, "repository": { "type": "git", "url": "ssh://git@forge.studio-variable.com/studio-variable/hecq-et-lesort.git" }, "author": "", "license": "ISC", "devDependencies": { "browser-sync": "^3.0.4", "concurrently": "^10.0.3" } }