mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
48 lines
1 KiB
JSON
48 lines
1 KiB
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": {
|
|
"preact": "^10.29.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@uppy/core": "workspace:^"
|
|
},
|
|
"devDependencies": {
|
|
"@uppy/core": "workspace:^",
|
|
"typescript": "^5.8.3"
|
|
}
|
|
}
|