mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-23 02:25:07 +00:00
61 lines
1.4 KiB
JSON
61 lines
1.4 KiB
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": "5.4.0",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"sideEffects": false,
|
|
"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"
|
|
],
|
|
"exports": {
|
|
".": "./lib/index.js",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"dependencies": {
|
|
"@transloadit/types": "^4.1.3",
|
|
"@uppy/tus": "workspace:^",
|
|
"@uppy/utils": "workspace:^",
|
|
"component-emitter": "^2.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@uppy/core": "workspace:^"
|
|
},
|
|
"devDependencies": {
|
|
"@uppy/core": "workspace:^",
|
|
"jsdom": "^26.1.0",
|
|
"msw": "^2.10.4",
|
|
"typescript": "^5.8.3",
|
|
"vitest": "^3.2.4",
|
|
"whatwg-fetch": "^3.6.2"
|
|
}
|
|
}
|