UNPKG

@brightwave/uppy-companion-client

Version:

Client library for communication with Companion. Intended for use in Uppy plugins.

35 lines (34 loc) 777 B
{ "name": "@brightwave/uppy-companion-client", "description": "Client library for communication with Companion. Intended for use in Uppy plugins.", "version": "4.4.1-8", "license": "MIT", "main": "lib/index.js", "type": "module", "keywords": [ "file uploader", "uppy", "uppy-plugin", "companion", "provider" ], "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/utils": "6.1.3", "namespace-emitter": "^2.0.1", "p-retry": "^6.1.0" }, "devDependencies": { "vitest": "^1.6.1" }, "peerDependencies": { "@uppy/core": "workspace:^" } }