@uppy/instagram
Version:
Import photos and videos from Instagram, into Uppy.
52 lines • 1.08 kB
JSON
{
"name": "@uppy/instagram",
"description": "Import photos and videos from Instagram, into Uppy.",
"version": "5.1.0",
"license": "MIT",
"type": "module",
"sideEffects": false,
"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"
],
"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"
}
}