UNPKG

gatsby-source-netlify-lfs

Version:

Use Netlify's Git LFS Transform Image API with gatsby-image

48 lines (47 loc) 1.01 kB
{ "name": "gatsby-source-netlify-lfs", "version": "0.0.4", "description": "Use Netlify's Git LFS Transform Image API with gatsby-image", "author": "James Bradford", "license": "MIT", "keywords": [ "gatsby", "gatsby-plugin", "netlify", "git", "lfs", "images" ], "repository": { "type": "git", "url": "https://github.com/arniebradfo/gatsby-source-netlify-lfs" }, "main": "lib/initNetlifyLfsImageData.js", "types": "lib/initNetlifyLfsImageData.d.ts", "files": [ "lib/**.{js,ts}", "cli.js", "gatsby-node.js", "package.json", "README.md" ], "bin": { "netlfs": "cli.js" }, "scripts": { "start": "tsc --watch", "build": "tsc" }, "dependencies": { "@types/cli-progress": "^3.9.2", "@types/glob": "^7.2.0", "@types/sharp": "^0.29.5", "cli-progress": "^3.10.0", "gatsby-plugin-image": "^2.8.1", "glob": "^7.2.0", "sharp": "^0.30.2" }, "devDependencies": { "typescript": "^4.5.5" } }