UNPKG

pixeli

Version:

A lightweight command-line tool for merging multiple images into customizable grid layouts.

42 lines (41 loc) 907 B
{ "name": "pixeli", "version": "0.1.5", "description": "A lightweight command-line tool for merging multiple images into customizable grid layouts.", "homepage": "https://github.com/pakdad-mousavi/pixeli#readme", "bugs": { "url": "https://github.com/pakdad-mousavi/pixeli/issues" }, "repository": { "type": "git", "url": "git+https://github.com/pakdad-mousavi/pixeli.git" }, "bin": { "pixeli": "bin/pixeli.js" }, "license": "MIT", "author": "Pakdad Mousavi", "type": "module", "main": "index.js", "files": [ "/lib", "/bin", "/commands" ], "keywords": [ "cli", "nodejs", "npm", "image-processing", "image-merge" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "chalk": "^5.6.2", "cli-progress": "^3.12.0", "commander": "^14.0.2", "sharp": "^0.34.5" } }