{ "name": "@uppy/box", "description": "Import files from Box, into Uppy.", "version": "3.2.3", "license": "MIT", "main": "lib/index.js", "type": "module", "scripts": { "build": "tsc --build tsconfig.build.json" }, "keywords": [ "file uploader", "uppy", "uppy-plugin", "box" ], "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/provider-views": "workspace:^", "@uppy/utils": "workspace:^", "preact": "^10.5.13" }, "peerDependencies": { "@uppy/core": "workspace:^" }, "publishConfig": { "access": "public" }, "devDependencies": { "typescript": "^5.8.3" } }