{
  "name": "picflow2",
  "version": "1.0.0",
  "description": "",
  "main": "server.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node server.js",
    "frontend:install": "npm --prefix myflow-app install",
    "frontend": "npm --prefix myflow-app run dev",
    "frontend:build": "npm --prefix myflow-app run build"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "type": "commonjs",
  "dependencies": {
    "cors": "^2.8.6",
    "dotenv": "^17.4.2",
    "express": "^5.2.1",
    "googleapis": "^171.4.0"
  },
  "devDependencies": {}
}
