{
  "name": "webapp",
  "author": "Soleil AB",
  "license": "UNLICENSED",
  "type": "module",
  "private": true,
  "dependencies": {},
  "devDependencies": {},
  "scripts": {
    "build": "build-app build",
    "watch": "build-app watch",
    "start": "build-app start",
    "deploy": "build-app deploy"
  }
}
