This repository has been archived on 2025-12-24. You can view files and clone it, but cannot push or open issues or pull requests.
site-template/packages/imagetoolsOSR/package.json
2025-03-07 14:59:06 +01:00

70 lines
1.7 KiB
JSON

{
"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"
},
"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",
"@polymech/cache": "file:../../../polymech-mono/packages/cache",
"@polymech/commons": "file:../../../polymech-mono/packages/commons",
"@polymech/log": "file:../../../polymech-mono/packages/log",
"file-type": "17.1.1",
"find-cache-dir": "3.3.2",
"find-up": "^6.3.0",
"node-addon-api": "^8.3.1",
"node-gyp": "^11.1.0",
"object-hash": "3.0.0",
"p-map": "^7.0.3",
"potrace": "2.1.8",
"sharp": "^0.29.3"
},
"optionalDependencies": {
"imagetools-core": "3.0.2"
},
"peerDependencies": {
"astro": ">=0.26 || >=1.0.0-beta"
},
"devDependencies": {
"vitest": "^0.12.4"
},
"engines": {
"node": "^14.15.0 || >=16.0.0"
}
}