UNPKG

@flystorage/aws-s3

Version:

<img src="https://raw.githubusercontent.com/duna-oss/flystorage/main/flystorage.svg" width="50px" height="50px" />

51 lines 1.52 kB
{ "name": "@flystorage/aws-s3", "type": "module", "version": "1.0.1", "dependencies": { "@aws-sdk/client-s3": "^3.726.1", "@aws-sdk/lib-storage": "^3.726.1", "@aws-sdk/s3-request-presigner": "^3.726.1", "@flystorage/file-storage": "^1.0.0", "@flystorage/stream-mime-type": "^1.0.0", "file-type": "^19.6.0", "mime-types": "^2.1.35" }, "description": "", "main": "./dist/cjs/index.js", "types": "./dist/types/index.d.ts", "exports": { ".": { "import": { "types": "./dist/types/index.d.ts", "default": "./dist/esm/index.js" }, "require": { "types": "./dist/types/index.d.ts", "default": "./dist/cjs/index.js" } } }, "scripts": { "compile": "rm -rf ./dist/ && concurrently npm:compile:* && echo '{\"type\": \"commonjs\"}' > ./dist/cjs/package.json", "compile:esm": "tsc --outDir ./dist/esm/ --declaration false", "compile:cjs": "tsc --outDir ./dist/cjs/ --declaration false --module commonjs --moduleResolution node", "compile:types": "tsc --outDir ./dist/types/ --declaration --emitDeclarationOnly", "watch": "tsc --watch" }, "keywords": [ "s3", "file", "storage", "flystorage", "filesystem" ], "author": "Frank de Jonge (https://frankdejonge.nl)", "homepage": "https://flystorage.dev/adapter/aws-s3/", "repository": { "type": "git", "url": "git+https://github.com/duna-oss/flystorage.git", "directory": "packages/aws-s3" }, "license": "MIT" }