123456789101112131415161718192021222324252627282930313233343536 |
- {
- "name": "@uppy/tus",
- "description": "Resumable uploads for Uppy using Tus.io",
- "version": "3.1.3",
- "license": "MIT",
- "main": "lib/index.js",
- "types": "types/index.d.ts",
- "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.0.0"
- },
- "devDependencies": {
- "@jest/globals": "^29.0.0"
- },
- "peerDependencies": {
- "@uppy/core": "workspace:^"
- }
- }
|