{
  "name": "signalpro",
  "version": "1.0.0",
  "private": true,
  "type": "module",
  "engines": {
    "node": ">=18.0.0"
  },
  "scripts": {
    "install:all": "npm install --prefix backend && npm install --prefix frontend",
    "build": "npm install --prefix frontend && npm run build --prefix frontend",
    "seed": "npm run seed --prefix backend",
    "start": "node backend/src/index.js",
    "postinstall": "npm install --prefix backend"
  }
}
