{
  "name": "jimg",
  "version": "1.0.1",
  "description": "Merge, truncat, compress, resize, convert, edit multiple images into one single image",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "build": "rollup -c",
    "test": "cd test && node test.js && node test-position-and-size.js && node test-truncat.js && node test-opacity.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yoannchb-pro/jimg.git"
  },
  "keywords": [
    "jimg",
    "image",
    "concat",
    "merge",
    "join",
    "one",
    "single",
    "canvas",
    "edit",
    "truncat",
    "compress",
    "convert",
    "format"
  ],
  "author": "yoannchb",
  "license": "MIT",
  "dependencies": {
    "canvas": "^2.9.3"
  },
  "devDependencies": {
    "@types/node": "^18.7.5",
    "rollup-plugin-ts": "^3.0.2",
    "typescript": "^4.7.4"
  }
}
