{
  "name": "milk-pos",
  "version": "1.0.0",
  "private": true,
  "main": "app.js",
  "scripts": {
    "start": "node app.js",
    "install:backend": "cd backend && npm install --ignore-scripts && npm rebuild better-sqlite3",
    "build:frontend": "cd frontend && npm install && npm run build"
  }
}
