{
  "name": "pixeli",
  "version": "1.0.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": "./dist/cli/index.js"
  },
  "license": "MIT",
  "author": "Pakdad Mousavi",
  "type": "module",
  "main": "./dist/core/index.js",
  "types": "./dist/core/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/core/index.js",
      "types": "./dist/core/index.d.ts"
    }
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "cli",
    "nodejs",
    "npm",
    "image-processing",
    "image-merge"
  ],
  "scripts": {
    "dev": "tsc --watch",
    "build": "tsc",
    "test": "vitest",
    "test:watch": "vitest --watch",
    "test:coverage": "vitest run --coverage"
  },
  "dependencies": {
    "chalk": "^5.6.2",
    "cli-progress": "^3.12.0",
    "commander": "^14.0.2",
    "sharp": "^0.34.5",
    "zod": "^4.1.13"
  },
  "devDependencies": {
    "@types/cli-progress": "^3.11.6",
    "@types/node": "^25.0.0",
    "@vitest/coverage-v8": "^3.2.4",
    "prettier": "^3.8.0",
    "tsx": "^4.21.0",
    "typescript": "^5.9.3",
    "vitest": "^3.2.4"
  },
  "allowScripts": {
    "esbuild@0.27.2": true,
    "fsevents@2.3.3": true,
    "sharp@0.34.5": true
  }
}
