mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
42 lines
925 B
JSON
42 lines
925 B
JSON
{
|
|
"name": "@uppy/box",
|
|
"description": "Import files from Box, into Uppy.",
|
|
"version": "3.3.0",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc --build tsconfig.build.json",
|
|
"typecheck": "tsc --build"
|
|
},
|
|
"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": {
|
|
"@uppy/core": "workspace:^",
|
|
"typescript": "^5.8.3"
|
|
}
|
|
}
|