UNPKG

vite-imagetools

Version:

Load and transform images using a toolbox of import directives!

62 lines 1.51 kB
{ "name": "vite-imagetools", "description": "Load and transform images using a toolbox of import directives!", "version": "10.0.0", "type": "module", "types": "dist/index.d.ts", "exports": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "files": [ "dist" ], "homepage": "https://github.com/JonasKruckenberg/imagetools/tree/main/packages/vite", "author": "jkruckenberg <iterpre@protonmail.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/JonasKruckenberg/imagetools.git" }, "keywords": [ "resize-images", "responsive-images", "vite", "image", "vite-plugin" ], "engines": { "node": ">=22.0.0" }, "dependencies": { "@rollup/pluginutils": "^5.0.5", "sharp": "^0.34.1", "imagetools-core": "^9.1.0" }, "peerDependencies": { "vite": ">=7.0.0" }, "devDependencies": { "@rollup/plugin-typescript": "^12.0.0", "@types/jest-image-snapshot": "^6.4.1", "@types/jsdom": "^28.0.0", "@types/picomatch": "^4.0.0", "@vitest/coverage-v8": "^4.0.4", "jest-image-snapshot": "^6.5.1", "jsdom": "^28.0.0", "picomatch": "^4.0.0", "rollup": "^4.59.0", "sharp": "^0.34.1", "tslib": "^2.6.1", "typescript": "^5.1.6", "vite": "^7.1.12", "vitest": "^4.0.4", "imagetools-core": "^9.1.0" }, "scripts": { "dev": "rollup -cw", "build": "rollup -c", "test": "vitest run", "coverage": "vitest run --coverage" } }