UNPKG

@foal/aws-s3

Version:

AWS S3 storage components for FoalTS

61 lines (60 loc) 1.33 kB
{ "name": "@foal/aws-s3", "version": "5.3.0", "description": "AWS S3 storage components for FoalTS", "main": "./lib/index.js", "types": "./lib/index.d.ts", "scripts": { "test": "rimraf lib && tsc -p tsconfig.json && mocha \"./lib/**/*.spec.js\"", "build": "rimraf lib && tsc -p tsconfig-build.json", "prepublish": "npm run build" }, "funding": { "url": "https://github.com/sponsors/LoicPoullain" }, "engines": { "node": ">=22.0.0" }, "publishConfig": { "access": "public" }, "keywords": [ "FoalTS", "foal", "disk", "storage", "fs", "aws", "s3" ], "bugs": { "url": "https://github.com/FoalTS/foal/issues" }, "repository": { "type": "git", "url": "https://github.com/FoalTS/foal" }, "homepage": "https://github.com/FoalTS", "contributors": [ "Loïc Poullain" ], "license": "MIT", "files": [ "lib/" ], "dependencies": { "@aws-sdk/client-s3": "~3.1081.0", "@aws-sdk/lib-storage": "~3.1081.0", "@foal/core": "^5.3.0", "@foal/storage": "^5.3.0" }, "devDependencies": { "@types/mocha": "10.0.10", "@types/node": "24.13.2", "mocha": "~11.7.6", "rimraf": "~6.1.3", "ts-node": "~10.9.2", "typescript": "~5.9.3" }, "gitHead": "3f9d1b95b4dd079965ebe58e24f101d6a9c884e0" }