strapi-plugin-local-image-sharp
Version:
Dynamically resize, format and optimize images based on url modifiers
78 lines (77 loc) • 1.95 kB
JSON
{
"name": "strapi-plugin-local-image-sharp",
"version": "1.7.0",
"description": "Dynamically resize, format and optimize images based on url modifiers",
"strapi": {
"displayName": "Local Image Sharp",
"name": "local-image-sharp",
"description": "Dynamically resize, format and optimize images based on url modifiers",
"required": false,
"kind": "plugin"
},
"keywords": [
"strapi",
"plugin",
"images",
"sharp",
"optimize",
"resize"
],
"files": [
"src",
"strapi-server.js"
],
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:serve": "vitepress serve docs",
"eslint": "eslint .",
"eslint:fix": "eslint . --fix",
"release": "npx standard-version && git push --follow-tags origin main && npm publish"
},
"dependencies": {
"@koa/router": "^10.1.1",
"etag": "^1.8.1",
"ipx": "^0.9.10",
"ohash": "^1.0.0",
"qs": "^6.10.3",
"ufo": "^0.8.5"
},
"peerDependencies": {
"@strapi/strapi": "^4.0.0",
"yup": "^0.32.9"
},
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"@giscus/vue": "^2.2.6",
"@strapi-community/eslint-config": "^0.4.3",
"eslint": "8.20.0",
"vitepress": "^1.0.0-alpha.35"
},
"author": {
"name": "Sacha Stafyniak",
"email": "sacha@digisquad.io",
"url": "https://digisquad.io"
},
"maintainers": [
{
"name": "Strapi Community",
"url": "https://github.com/strapi-community"
},
{
"name": "Sacha Stafyniak",
"email": "sacha@digisquad.io",
"url": "https://digisquad.io",
"lead": true
}
],
"bugs": {
"url": "https://github.com/strapi-community/strapi-plugin-local-image-sharp/issues"
},
"homepage": "https://github.com/strapi-community/strapi-plugin-local-image-sharp",
"engines": {
"node": ">=14.x.x <=18.x.x",
"npm": ">=6.0.0"
},
"license": "MIT"
}