UNPKG

@sitemark/exifr

Version:

📑 The fastest and most versatile JavaScript EXIF reading library.

54 lines (53 loc) • 1.19 kB
{ "name": "@sitemark/exifr", "version": "3.1.8", "description": "📑 The fastest and most versatile JavaScript EXIF reading library.", "author": "Mike Kovarik", "license": "MIT", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "files": [ "dist" ], "keywords": [ "exif", "tiff", "jpg", "jpeg", "metadata", "makernote", "xmp", "gps", "image", "picture", "photo", "buffer", "uint8array" ], "homepage": "https://sitemark.com", "bugs": "https://github.com/sitemark/exifr/issues", "repository": { "type": "git", "url": "git+https://github.com/sitemark/exifr.git" }, "scripts": { "build": "rollup -c", "dev": "rollup -c -w", "pretest": "npm run build", "release": "npm run build && changeset publish", "test": "vitest --workspace=vitest.workspace.js" }, "devDependencies": { "@changesets/cli": "^2.28.1", "@vitest/browser": "^2.1.4", "@xmldom/xmldom": "^0.9.5", "chai": "^4.2.0", "mocha": "^6.1.4", "playwright": "^1.48.2", "rollup": "^3.0.0", "vitest": "^2.1.4" }, "peerDependencies": { "@xmldom/xmldom": "^0.9.5" } }