55 lines
1.2 KiB
JSON
55 lines
1.2 KiB
JSON
{
|
|
"name": "exiftool-vendored.pl",
|
|
"version": "13.29.0",
|
|
"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"
|
|
},
|
|
"bin": {
|
|
"exiftool": "./bin/exiftool"
|
|
},
|
|
"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-exiftool": "bash -c ./update-exiftool.sh",
|
|
"release": "release-it"
|
|
},
|
|
"release-it": {
|
|
"git": {
|
|
"requireBranch": "main",
|
|
"commitMessage": "Release ${version}",
|
|
"tagName": "${version}"
|
|
},
|
|
"github": {
|
|
"release": true
|
|
},
|
|
"npm": {
|
|
"publish": true
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "^11.1.0",
|
|
"prettier": "^3.5.3",
|
|
"release-it": "^19.0.2"
|
|
}
|
|
}
|