@uppy/transloadit
Version:
The Transloadit plugin can be used to upload files to Transloadit for all kinds of processing, such as transcoding video, resizing images, zipping/unzipping, and more
58 lines • 1.4 kB
JSON
{
"name": "@uppy/transloadit",
"description": "The Transloadit plugin can be used to upload files to Transloadit for all kinds of processing, such as transcoding video, resizing images, zipping/unzipping, and more",
"version": "4.3.3",
"license": "MIT",
"main": "lib/index.js",
"type": "module",
"scripts": {
"build": "tsc --build tsconfig.build.json",
"typecheck": "tsc --build",
"test": "vitest run --environment=jsdom --silent='passed-only'"
},
"keywords": [
"file uploader",
"transloadit",
"file encoding",
"encoding",
"file processing",
"video encoding",
"crop",
"resize",
"watermark",
"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"
},
"files": [
"src",
"lib",
"dist",
"CHANGELOG.md"
],
"dependencies": {
"@uppy/companion-client": "^4.5.2",
"@uppy/provider-views": "^4.5.2",
"@uppy/tus": "^4.3.2",
"@uppy/utils": "^6.2.2",
"component-emitter": "^2.0.0"
},
"peerDependencies": {
"@uppy/core": "^4.5.2"
},
"devDependencies": {
"@uppy/core": "^4.5.2",
"jsdom": "^26.1.0",
"msw": "^2.10.4",
"typescript": "^5.8.3",
"vitest": "^3.2.4",
"whatwg-fetch": "^3.6.2"
}
}