12345678910111213141516171819202122232425262728293031 |
- {
- "name": "@uppy/companion-client",
- "description": "Client library for communication with Companion. Intended for use in Uppy plugins.",
- "version": "3.3.0",
- "license": "MIT",
- "main": "lib/index.js",
- "types": "types/index.d.ts",
- "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"
- },
- "devDependencies": {
- "@jest/globals": "^29.0.0"
- }
- }
|