1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "name": "@uppy/aws-s3",
- "description": "Upload to Amazon S3 with Uppy",
- "version": "3.0.0-beta.2",
- "license": "MIT",
- "main": "lib/index.js",
- "type": "module",
- "types": "types/index.d.ts",
- "keywords": [
- "file uploader",
- "aws s3",
- "amazon s3",
- "s3",
- "uppy",
- "uppy-plugin"
- ],
- "homepage": "https://uppy.io",
- "bugs": {
- "url": "https://github.com/transloadit/uppy/issues"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/transloadit/uppy.git"
- },
- "dependencies": {
- "@uppy/companion-client": "workspace:^",
- "@uppy/utils": "workspace:^",
- "@uppy/xhr-upload": "workspace:^",
- "nanoid": "^4.0.0"
- },
- "devDependencies": {
- "@jest/globals": "^28.0.0",
- "whatwg-fetch": "3.6.2"
- },
- "peerDependencies": {
- "@uppy/core": "workspace:^"
- }
- }
|