{ "name": "appointment_to_examiner", "version": "1.0.0", "main": "run.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "install-all": "npm install --prefix client && npm install --prefix server", "start-all": "node run.js" }, "keywords": [], "author": "", "license": "ISC", "description": "", "dependencies": { "concurrently": "^9.1.2" } }