@uppy/google-photos-picker
Version:
The Google Photos Picker plugin for Uppy lets users import files from their Google Photos account
51 lines • 1.14 kB
JSON
{
"name": "@uppy/google-photos-picker",
"description": "The Google Photos Picker plugin for Uppy lets users import files from their Google Photos account",
"version": "1.1.0",
"license": "MIT",
"type": "module",
"sideEffects": false,
"scripts": {
"build": "tsc --build tsconfig.build.json",
"typecheck": "tsc --build"
},
"keywords": [
"file uploader",
"google photos",
"google picker",
"cloud storage",
"uppy",
"uppy-plugin"
],
"homepage": "https://uppy.io",
"bugs": {
"url": "https://github.com/transloadit/uppy/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/transloadit/uppy.git"
},
"files": [
"src",
"lib",
"dist",
"CHANGELOG.md"
],
"exports": {
".": "./lib/index.js",
"./package.json": "./package.json"
},
"dependencies": {
"@uppy/companion-client": "^5.1.1",
"@uppy/provider-views": "^5.2.0",
"@uppy/utils": "^7.1.4",
"preact": "^10.5.13"
},
"peerDependencies": {
"@uppy/core": "^5.2.0"
},
"devDependencies": {
"@uppy/core": "^5.2.0",
"typescript": "^5.8.3"
}
}