1234567891011121314151617181920212223242526272829303132333435 |
- {
- "name": "@uppy/tus",
- "description": "Resumable uploads for Uppy using Tus.io",
- "version": "4.1.5",
- "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": "^4.2.3"
- },
- "devDependencies": {
- "vitest": "^1.2.1"
- },
- "peerDependencies": {
- "@uppy/core": "workspace:^"
- }
- }
|