{
  "name": "mega-unicachi/sistema-inventario",
  "description": "Sistema web de inventario Mega Unicachi en PHP y PostgreSQL",
  "type": "project",
  "require": {
    "php": "^8.2"
  },
  "scripts": {
    "start": "php -S 0.0.0.0:$PORT -t public"
  }
}