@uppy/instagram
Version:
Import photos and videos from Instagram, into Uppy.
48 lines • 995 B
JSON
{
"name": "@uppy/instagram",
"description": "Import photos and videos from Instagram, into Uppy.",
"version": "4.3.2",
"license": "MIT",
"main": "lib/index.js",
"type": "module",
"scripts": {
"build": "tsc --build tsconfig.build.json",
"typecheck": "tsc --build"
},
"keywords": [
"file uploader",
"uppy",
"uppy-plugin",
"instagram",
"provider",
"photos",
"videos"
],
"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"
],
"dependencies": {
"@uppy/companion-client": "^4.5.2",
"@uppy/provider-views": "^4.5.2",
"@uppy/utils": "^6.2.2",
"preact": "^10.5.13"
},
"peerDependencies": {
"@uppy/core": "^4.5.2"
},
"devDependencies": {
"@uppy/core": "^4.5.2",
"typescript": "^5.8.3"
}
}