{
  "name": "@push.rocks/smartbucket",
  "version": "3.3.7",
  "description": "A TypeScript library providing a cloud-agnostic interface for managing object storage with functionalities like bucket management, file and directory operations, and advanced features such as metadata handling and file locking.",
  "main": "dist_ts/index.js",
  "typings": "dist_ts/index.d.ts",
  "type": "module",
  "author": "Task Venture Capital GmbH",
  "license": "MIT",
  "devDependencies": {
    "@git.zone/tsbuild": "^2.1.84",
    "@git.zone/tsrun": "^1.2.49",
    "@git.zone/tstest": "^1.0.90",
    "@push.rocks/qenv": "^6.1.0",
    "@push.rocks/tapbundle": "^5.5.3"
  },
  "dependencies": {
    "@aws-sdk/client-s3": "^3.699.0",
    "@push.rocks/smartmime": "^2.0.4",
    "@push.rocks/smartpath": "^5.0.18",
    "@push.rocks/smartpromise": "^4.0.4",
    "@push.rocks/smartrx": "^3.0.7",
    "@push.rocks/smartstream": "^3.2.5",
    "@push.rocks/smartstring": "^4.0.15",
    "@push.rocks/smartunique": "^3.0.9",
    "@tsclass/tsclass": "^4.1.2"
  },
  "private": false,
  "files": [
    "ts/**/*",
    "ts_web/**/*",
    "dist/**/*",
    "dist_*/**/*",
    "dist_ts/**/*",
    "dist_ts_web/**/*",
    "assets/**/*",
    "cli.js",
    "npmextra.json",
    "readme.md"
  ],
  "browserslist": [
    "last 1 chrome versions"
  ],
  "keywords": [
    "TypeScript",
    "cloud agnostic",
    "object storage",
    "bucket management",
    "file operations",
    "directory management",
    "data streaming",
    "S3",
    "multi-cloud",
    "file locking",
    "metadata management",
    "buffer handling",
    "access control",
    "environment configuration",
    "unified storage",
    "bucket policies",
    "trash management",
    "file transfer",
    "data management",
    "streaming"
  ],
  "homepage": "https://code.foss.global/push.rocks/smartbucket",
  "repository": {
    "type": "git",
    "url": "https://code.foss.global/push.rocks/smartbucket.git"
  },
  "scripts": {
    "test": "(tstest test/)",
    "build": "(tsbuild --web --allowimplicitany)"
  }
}