{
  "name": "ellie",
  "version": "0.0.1",

  "scripts": {
    "test": "npm run scss-compile",

    "scss-compile": "node-sass -rw scss -o css",

    "watch": "npm run scss-compile"
  }
}
