{
  "name": "@empiricalrun/r2-uploader",
  "version": "0.9.1",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "main": "dist/index.js",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./zip": {
      "types": "./dist/zip-utils.d.ts",
      "default": "./dist/zip-utils.js"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/empirical-run/empirical.git"
  },
  "author": "Empirical Team <hey@empirical.run>",
  "dependencies": {
    "@aws-sdk/client-s3": "3.614.0",
    "@aws-sdk/s3-request-presigner": "3.614.0",
    "async-retry": "^1.3.3",
    "console-log-level": "^1.4.1",
    "md5": "^2.3.0",
    "mime": "3.0.0",
    "yazl": "^3.3.1",
    "yauzl-promise": "^4.0.0"
  },
  "devDependencies": {
    "@types/async-retry": "^1.4.8",
    "@types/console-log-level": "^1.4.5",
    "@types/md5": "^2.3.5",
    "@types/mime": "3.0.0",
    "@types/yauzl-promise": "^4.0.1",
    "@types/yazl": "^2.4.5"
  },
  "scripts": {
    "dev": "tsc --build --watch",
    "build": "tsc --build",
    "clean": "tsc --build --clean",
    "lint": "biome check --unsafe",
    "test": "vitest run",
    "test:watch": "vitest"
  }
}