{
  "name": "image-collage-maker",
  "version": "1.0.3",
  "description": "Image-collage-maker is a Node.js package that allows you to create customizable image collages from both local and online images. The package uses `sharp` for image processing and provides various customization options, such as specifying the shape of images, adding padding, and randomizing positions.",
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mariusmonkam/image-collage-maker.git"
  },
  "keywords": [
    "collage",
    "image",
    "image collage",
    "photo collage",
    "nodejs",
    "typescript",
    "sharp",
    "image processing",
    "image manipulation",
    "customizable collage"
  ],
  "author": "Marius Monkam",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mariusmonkam/image-collage-maker/issues"
  },
  "homepage": "https://github.com/mariusmonkam/image-collage-maker#readme",
  "devDependencies": {
    "@types/node": "^20.14.11",
    "typescript": "^5.1.3"
  },
  "dependencies": {
    "axios": "^1.7.2",
    "sharp": "^0.33.4"
  },
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ]
}
