{
  "name": "studio-cloud-bridge",
  "version": "0.1.0",
  "private": true,
  "type": "module",
  "description": "Company shared Node bridge service for cloud-side secret/auth mediation and Tencent COS operations.",
  "main": "src/server.js",
  "scripts": {
    "start": "node src/server.js",
    "test": "node --test test/*.test.js",
    "smoke:local": "node scripts/local-smoke.js",
    "smoke:cos": "node scripts/cos-smoke.js"
  },
  "dependencies": {
    "cors": "latest",
    "dotenv": "latest",
    "express": "latest",
    "helmet": "latest",
    "pino": "latest",
    "pino-http": "latest",
    "zod": "latest"
  }
}
