exiftool-vendored.pl
Version:
Vendored perl ExifTool for Node.js
65 lines (64 loc) • 1.85 kB
JSON
{
"name": "exiftool-vendored.pl",
"version": "13.59.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+https://github.com/photostructure/exiftool-vendored.pl.git"
},
"bin": {
"exiftool": "./bin/exiftool"
},
"os": [
"!win32"
],
"files": [
"bin",
"index.js"
],
"keywords": [
"ExifTool",
"EXIF"
],
"author": "Matthew McEachen <exiftool-vendored-pl@photostructure.com>",
"license": "MIT",
"scripts": {
"test": "mocha",
"fmt": "prettier --write .",
"update": "run-p update:*",
"update:deps": "npm-check-updates --upgrade --install always",
"update:exiftool": "bash -c ./update-exiftool.sh",
"check-version": "node check-version.js",
"install:pinact": "go install github.com/suzuki-shunsuke/pinact/v3/cmd/pinact@latest",
"update:actions": "pinact run -u",
"release": "release-it"
},
"# release-it.npm.skipChecks": "Required for OIDC Trusted Publishing - bypasses npm auth checks since OIDC handles authentication automatically. See: https://github.com/release-it/release-it/issues/1244 and https://docs.npmjs.com/trusted-publishers#supported-cicd-providers",
"release-it": {
"git": {
"requireBranch": "main",
"commitMessage": "Release ${version}",
"tagName": "${version}"
},
"github": {
"release": true
},
"npm": {
"publish": true,
"skipChecks": true
}
},
"devDependencies": {
"mocha": "^11.7.6",
"npm-run-all2": "9.0.1",
"npm-check-updates": "^22.2.1",
"prettier": "^3.8.3",
"release-it": "^20.0.1",
"xml2js": "^0.6.2"
}
}