67 lines
1.6 KiB
JSON
67 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"
|
|
},
|
|
"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.1",
|
|
"find-cache-dir": "3.3.2",
|
|
"find-up": "^6.3.0",
|
|
"object-hash": "3.0.0",
|
|
"p-map": "^7.0.3",
|
|
"potrace": "2.1.8"
|
|
},
|
|
"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"
|
|
}
|
|
}
|