{ "name": "gallery", "version": "1.0.0", "description": "Image web gallery batch conversion", "main": "index.js", "type": "module", "scripts": { "run": "node index.js" }, "bin": { "gallery": "./index.js" }, "author": "Steffen Rademacker ", "license": "MIT", "dependencies": { "sharp": "^0.32.6" } }