{
  "name": "vcl-preprocessor-cli",
  "description": "VCL preprocessor cli tutorial",
  "scripts": {
    "build": "sass vcl.scss vcl.css --watch",
    "serve": "browser-sync start --server --files vcl.css index.html",
    "start": "npm-run-all --parallel build serve"
  },
  "dependencies": {
    "@fortawesome/fontawesome-free": "^5.15.2",
    "@vcl/vcl": "^2.1.1"
  },
  "devDependencies": {
    "browser-sync": "^2.26.13",
    "npm-run-all": "^4.1.5",
    "sass": "^1.32.4"
  }
}
