12345678910111213141516171819202122232425262728293031323334 |
- {
- "name": "@uppy/companion-client",
- "description": "Client library for communication with Companion. Intended for use in Uppy plugins.",
- "version": "4.3.0",
- "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": "workspace:^",
- "namespace-emitter": "^2.0.1",
- "p-retry": "^6.1.0"
- },
- "devDependencies": {
- "vitest": "^1.2.1"
- },
- "peerDependencies": {
- "@uppy/core": "workspace:^"
- }
- }
|