{
  "private": true,
  "scripts": {
    "dev": "npm run development",
    "development": "mix",
    "watch": "mix watch --hot",
    "prod": "npm run production",
    "production": "mix --production"
  },
  "devDependencies": {
    "laravel-mix": "^6.0.49",
    "sass": "^1.70.0",
    "sass-loader": "^12.1.0"
  },
  "name": "bbb_backend",
  "version": "0.0.30",
  "description": "Internal BBB courier dashboard built on Laravel. Migrations were rebuilt from controller logic and seeded data so the app can boot without the legacy database snapshot. Login still mirrors the existing behavior (API-first with a local bypass).",
  "main": "webpack.mix.js",
  "directories": {
    "test": "tests"
  },
  "repository": {
    "type": "git",
    "url": "ssh://git@git.jirantm.com:222/IPWorlds/BBB_Dashboard.git"
  },
  "author": "Nik Mirza",
  "license": "ISC"
}
