UNPKG

@d3oxy/s3-pilot

Version:

A TypeScript wrapper for AWS S3 and S3-compatible services (R2, MinIO, DigitalOcean Spaces) with a simplified single-client, single-bucket architecture.

46 lines (45 loc) 1.06 kB
{ "name": "@d3oxy/s3-pilot", "version": "4.0.0", "description": "A TypeScript wrapper for AWS S3 and S3-compatible services (R2, MinIO, DigitalOcean Spaces) with a simplified single-client, single-bucket architecture.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "check": "biome check .", "check:write": "biome check --write .", "prepublishOnly": "npm run build" }, "keywords": [ "aws", "s3", "r2", "cloudflare", "minio", "digitalocean", "spaces", "wrapper", "typescript", "s3-client", "s3-compatible" ], "author": "D3OXY (deoxy.dev)", "license": "ISC", "dependencies": { "@aws-sdk/client-s3": "^3.637.0", "@aws-sdk/s3-request-presigner": "^3.637.0" }, "devDependencies": { "@types/node": "^22.5.0", "typescript": "^5.5.4", "@biomejs/biome": "^2.2.6" }, "repository": { "type": "git", "url": "git+https://github.com/D3OXY/s3-pilot.git" }, "bugs": { "url": "https://github.com/D3OXY/s3-pilot/issues" }, "homepage": "https://github.com/D3OXY/s3-pilot#readme" }