{

"scripts": {
  "start": "cd client && npm run start",
  "build": "cd client && npm run build",
  "install": "cd client && npm install",
  "test": "cd client && npm run test"
}

}