mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-23 02:25:07 +00:00
35 lines
739 B
JSON
35 lines
739 B
JSON
{
|
|
"name": "@uppy/tus",
|
|
"description": "Resumable uploads for Uppy using Tus.io",
|
|
"version": "3.5.0",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"type": "module",
|
|
"keywords": [
|
|
"file uploader",
|
|
"uppy",
|
|
"uppy-plugin",
|
|
"upload",
|
|
"resumable",
|
|
"tus"
|
|
],
|
|
"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:^",
|
|
"tus-js-client": "^3.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"vitest": "^1.2.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@uppy/core": "workspace:^"
|
|
}
|
|
}
|