{
  "name": "join-images",
  "version": "1.1.5",
  "description": "Merge multiple images into a single image",
  "engines": {
    "node": ">= 12.13"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ccpu/join-images.git"
  },
  "main": "lib/main.js",
  "files": [
    "lib"
  ],
  "devDependencies": {
    "@types/jest": "^26.0.23",
    "@types/jest-image-snapshot": "^4.3.0",
    "@types/node": "^15.6.1",
    "@types/sharp": "^0.30.2",
    "@typescript-eslint/eslint-plugin": "^4.25.0",
    "@typescript-eslint/parser": "^4.25.0",
    "eslint": "^7.27.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-jest": "^24.3.6",
    "eslint-plugin-prettier": "^3.4.0",
    "eslint-plugin-sort-keys-fix": "^1.1.1",
    "jest": "^27.0.3",
    "jest-image-snapshot": "^4.5.1",
    "prettier": "^2.3.0",
    "rimraf": "^3.0.2",
    "sharp": "^0.32.0",
    "ts-jest": "^27.0.1",
    "tsutils": "^3.21.0",
    "typescript": "^4.3.2"
  },
  "scripts": {
    "clean": "rimraf coverage lib tmp",
    "build": "npm run clean && tsc -p tsconfig.release.json",
    "watch": "tsc -w -p tsconfig.release.json",
    "lint": "yarn eslint . --ext .ts,.tsx",
    "test": "jest --coverage",
    "test:watch": "jest --watch",
    "prepublish": "npm run lint && npm run build"
  },
  "author": "m.doaie <mdoaie@yahoo.co.uk>",
  "license": "MIT",
  "keywords": [
    "join image",
    "merge image",
    "sharp js",
    "concat",
    "convert",
    "compose",
    "image",
    "manipulation",
    "merge",
    "multiple image"
  ],
  "dependencies": {
    "is-plain-obj": "^3.0.0",
    "tslib": "^2.3.1"
  },
  "peerDependencies": {
    "sharp": "^0.32.0"
  }
}