{
  "name": "@constructive-io/s3-utils",
  "version": "2.18.0",
  "author": "Constructive <developers@constructive.io>",
  "description": "Unified S3 utilities — client factory, file operations, presigned URLs",
  "main": "index.js",
  "module": "esm/index.js",
  "types": "index.d.ts",
  "homepage": "https://github.com/constructive-io/constructive",
  "license": "MIT",
  "publishConfig": {
    "access": "public",
    "directory": "dist"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/constructive-io/constructive"
  },
  "bugs": {
    "url": "https://github.com/constructive-io/constructive/issues"
  },
  "scripts": {
    "clean": "makage clean",
    "prepack": "npm run build",
    "build": "makage build",
    "build:dev": "makage build --dev",
    "lint": "eslint . --fix",
    "test": "jest --passWithNoTests",
    "test:watch": "jest --watch"
  },
  "keywords": [],
  "dependencies": {
    "@aws-sdk/client-s3": "^3.1052.0",
    "@aws-sdk/lib-storage": "^3.1052.0",
    "@aws-sdk/s3-request-presigner": "^3.1052.0"
  },
  "devDependencies": {
    "@types/node": "^22.19.11",
    "makage": "^0.3.0"
  },
  "gitHead": "0503916f414a3b8a6f6cbe46e03a59988b2f3cb5"
}
