UNPKG

rsbuild-plugin-sharp-image-optimizer

Version:

A Rsbuild plugin for image optimization using Sharp

49 lines (48 loc) 1.04 kB
{ "name": "rsbuild-plugin-sharp-image-optimizer", "version": "0.0.1-beta.5", "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", "lint": "biome check .", "lint:write": "biome check . --write", "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", "typescript": "^5.0.4" } }