{ "name": "imagetools", "version": "0.9.0", "description": "Image Optimization tools for the Astro JS framework", "type": "module", "types": "./types.d.ts", "exports": { ".": "./index.js", "./ssr": "./ssr/index.js", "./api": "./api/index.js", "./config": "./config.mjs", "./components": "./components/index.js" }, "scripts": { "test:watch": "vitest", "test": "vitest run", "test:src": "vitest run tests/src.js", "test:image": "vitest run tests/image.js" }, "repository": { "type": "git", "url": "git+https://github.com/RafidMuhymin/astro-imagetools.git" }, "keywords": [ "astro", "astro-component", "image", "images", "optimization", "responsive-image", "vite", "vite-plugin", "sharp", "imagetools", "codecs", "astropub" ], "author": "Rafid Muhymin", "license": "MIT", "bugs": { "url": "https://github.com/RafidMuhymin/astro-imagetools/issues" }, "homepage": "https://github.com/RafidMuhymin/astro-imagetools#readme", "dependencies": { "@astropub/codecs": "0.4.4", "@keyv/sqlite": "^4.0.5", "@polymech/cache": "file:../../../polymech-mono/packages/cache", "@polymech/commons": "file:../../../polymech-mono/packages/commons", "@polymech/fs": "file:../../../polymech-mono/packages/fs", "file-type": "17.1.1", "find-cache-dir": "3.3.2", "find-up": "^6.3.0", "keyv": "^5.5.0", "keyv-file": "^5.1.3", "object-hash": "3.0.0", "p-map": "^7.0.3", "p-timeout": "^6.1.4", "potrace": "2.1.8" }, "devDependencies": { "vitest": "^3.2.4" }, "optionalDependencies": { "imagetools-core": "3.0.2" }, "peerDependencies": { "astro": ">=0.26 || >=1.0.0-beta" } }