UNPKG

rsbuild-plugin-sharp-image-optimizer

Version:

A Rsbuild plugin for image optimization using Sharp

53 lines (52 loc) 1.08 kB
{ "name": "rsbuild-plugin-sharp-image-optimizer", "version": "0.0.1-beta.6", "description": "A Rsbuild plugin for image optimization using Sharp", "main": "./dist/index.js", "module": "./dist/index.mjs", "license": "MIT", "types": "./dist/index.d.ts", "files": [ "dist" ], "keywords": [ "rsbuild", "plugin", "sharp", "image", "optimization" ], "scripts": { "build": "rslib build", "dev": "rslib build --watch", "test": "playwright test", "bump": "npx bumpp" }, "dependencies": { "sharp": "^0.32.0" }, "pnpm": { "onlyBuiltDependencies": [ "sharp" ] }, "peerDependencies": { "@rsbuild/core": "^0.4.0" }, "devDependencies": { "@biomejs/biome": "1.5.3", "@rsbuild/core": "^0.4.15", "@rslib/core": "^0.1.0", "@rspack/core": "^0.5.0", "@types/node": "^18.0.0", "@types/sharp": "^0.32.0", "husky": "^8.0.0", "lint-staged": "16.1.5", "typescript": "^5.0.4" }, "lint-staged": { "*.{js,ts,jsx,tsx}": [ "biome check --write" ] } }