@danielbiegler/vendure-plugin-blurry-image-lazy-loading
Version:
Generates image hashes for displaying blurry previews when loading images on the frontend.
45 lines (44 loc) • 1.1 kB
JSON
{
"name": "@danielbiegler/vendure-plugin-blurry-image-lazy-loading",
"description": "Generates image hashes for displaying blurry previews when loading images on the frontend.",
"version": "1.1.1",
"license": "MIT",
"scripts": {
"dev": "ts-node dev-server/index.ts",
"codegen": "ts-node generate-types.ts",
"build": "rimraf dist && tsc -p ./tsconfig.build.json",
"e2e": "cross-env PACKAGE=blurry-image-lazy-loading vitest -c ../../utils/e2e/vitest.config.mts"
},
"dependencies": {
"sharp": "0.33.5"
},
"author": {
"name": "Daniel Biegler",
"url": "https://www.danielbiegler.de"
},
"repository": {
"type": "git",
"url": "https://github.com/DanielBiegler/bieglers-vendure-plugins/"
},
"keywords": [
"vendure",
"plugin",
"vendure-plugin",
"ecommerce",
"headless",
"graphql",
"typescript"
],
"private": false,
"publishConfig": {
"access": "public"
},
"files": [
"dist/**/*",
"LICENSE.txt",
"CHANGELOG.md",
"docs"
],
"main": "./dist/index.js",
"types": "./dist/index.d.ts"
}