{ "name": "@astrojs/image", "description": "Load and transform images in your Astro site.", "version": "0.7.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/withastro/astro.git", "directory": "packages/integrations/image" }, "keywords": [ "astro-integration", "astro-component", "withastro", "image" ], "bugs": "https://github.com/withastro/astro/issues", "homepage": "https://docs.astro.build/en/guides/integrations-guide/image/", "exports": { ".": "./dist/index.js", "./endpoint": "./dist/endpoint.js", "./sharp": "./dist/loaders/sharp.js", "./components": "./components/index.js", "./package.json": "./package.json", "./client": "./client.d.ts", "./dist/*": "./dist/*" }, "files": [ "components", "dist", "client.d.ts" ], "scripts": { "build": "astro-scripts build \"src/**/*.ts\" && tsc", "build:ci": "astro-scripts build \"src/**/*.ts\"", "dev": "astro-scripts dev \"src/**/*.ts\"", "test": "mocha --exit --timeout 20000 test" }, "dependencies": { "@altano/tiny-async-pool": "^1.0.2", "image-size": "^1.0.2", "magic-string": "^0.25.9", "mime": "^3.0.0", "sharp": "^0.30.6" }, "devDependencies": { "@types/sharp": "^0.30.5", "astro": "workspace:*", "astro-scripts": "workspace:*", "kleur": "^4.1.4" } }