ime 1.3.0

A fast, lightweight CLI for reading, writing, and wiping metadata from image files.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "@avaray/ime",
  "version": "1.1.0",
  "description": "Blazing fast image metadata (EXIF/WebP) reader and editor.",
  "bin": {
    "ime": "bin.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Avaray/image-metadata-editor.git"
  },
  "author": "Avaray",
  "license": "MIT",
  "optionalDependencies": {
    "@avaray/ime-win32-x64": "1.1.0",
    "@avaray/ime-linux-x64": "1.1.0"
  }
}