{
  "private": true,
  "name": "arapp",
  "version": "1.0.0",
  "description": "",
  "scripts": {
    "start": "webapp serve",
    "bundle": "webapp bundle"
  },
  "author": "Sean",
  "devServer": {
    "host": "0.0.0.0",
    "port": 3000,
    "api": "http://localhost:8080"
  }
}
