polymech-astro/packages/imagetools_3/package.json

64 lines
1.6 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",
"test:src": "vitest run tests/src.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",
"@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.6",
"find-cache-dir": "3.3.2",
"find-up": "^6.3.0",
"imagetools-core": "^9.1.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"
},
"devDependencies": {
"vitest": "^3.2.4"
},
"peerDependencies": {
"astro": ">=0.26 || >=1.0.0-beta"
}
}