{
  "name": "ai-bg-remover",
  "type": "module",
  "scripts": {
    "dev": "tsx watch src/index.ts",
    "build": "tsc",
    "start": "node dist/index.js"
  },
  "dependencies": {
    "@hono/node-server": "^1.19.9",
    "archiver": "^7.0.1",
    "busboy": "^1.6.0",
    "hono": "^4.12.3",
    "multer": "^1.4.5-lts.1",
    "uuid": "^11.0.3"
  },
  "devDependencies": {
    "@types/archiver": "^6.0.3",
    "@types/busboy": "^1.5.4",
    "@types/multer": "^1.4.12",
    "@types/node": "^20.11.17",
    "tsx": "^4.7.1",
    "typescript": "^5.8.3"
  }
}
