@d3oxy/s3-pilot
Version:
A TypeScript wrapper for AWS S3 with support for multiple clients, buckets, and secure file downloads.
37 lines (36 loc) • 968 B
JSON
{
"name": "@d3oxy/s3-pilot",
"version": "2.6.0",
"description": "A TypeScript wrapper for AWS S3 with support for multiple clients, buckets, and secure file downloads.",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build"
},
"keywords": [
"aws",
"s3",
"wrapper",
"typescript",
"s3-client"
],
"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"
},
"repository": {
"type": "git",
"url": "git+https://github.com/D3OXY/s3-pilot.git.git"
},
"bugs": {
"url": "https://github.com/D3OXY/s3-pilot/issues"
},
"homepage": "https://github.com/D3OXY/s3-pilot#readme"
}