UNPKG

@mattduffy/exiftool

Version:

A simple object oriented wrapper for the exiftool image metadata utility.

33 lines (32 loc) 756 B
{ "name": "@mattduffy/exiftool", "version": "1.0.0", "description": "A simple object oriented wrapper for the exiftool image metadata utility.", "main": "index.js", "type": "module", "exports": { ".": { "import": "index.js" }, "package.json": "./package.json", "./tests": "./tests/*.js" }, "scripts": { "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/mattduffy/exiftool.git" }, "author": "mattduffy@gmail.com", "license": "ISC", "bugs": { "url": "https://github.com/mattduffy/exiftool/issues" }, "homepage": "https://github.com/mattduffy/exiftool#readme", "devDependencies": { "debug": "^4.3.4", "eslint": "^8.12.0", "jest": "29.1.2" } }