exiftool-vendored.pl
Version:
Vendored perl ExifTool for Node.js
49 lines (48 loc) • 1.06 kB
JSON
{
"name": "exiftool-vendored.pl",
"version": "13.0.1",
"description": "Vendored perl ExifTool for Node.js",
"main": "./index.js",
"homepage": "https://github.com/photostructure/exiftool-vendored.pl#readme",
"bugs": {
"url": "https://github.com/photostructure/exiftool-vendored/issues"
},
"repository": {
"type": "git",
"url": "git@github.com:photostructure/exiftool-vendored.pl.git"
},
"os": [
"!win32"
],
"files": [
"bin",
"index.js"
],
"keywords": [
"ExifTool",
"EXIF"
],
"author": "Matthew McEachen <matthew-exiftoolvendored@mceachen.org>",
"license": "MIT",
"scripts": {
"prettier": "prettier --write test/*.js",
"test": "mocha",
"update": "ncu --upgrade --install always && bash -c ./update.sh"
},
"release-it": {
"hooks": {
"before:init": [
"yarn install",
"yarn test"
]
},
"github": {
"release": true
}
},
"devDependencies": {
"mocha": "^10.8.0",
"npm-check-updates": "^17.1.9",
"prettier": "^3.3.3"
}
}