-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
53 lines (53 loc) · 1.22 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "exiftool-vendored.exe",
"version": "13.0.0",
"description": "Vendored win32 ExifTool for Node.js",
"main": "./index.js",
"homepage": "https://github.com/photostructure/exiftool-vendored.exe#readme",
"bugs": {
"url": "https://github.com/photostructure/exiftool-vendored.js/issues"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/photostructure/exiftool-vendored.exe.git"
},
"os": [
"win32"
],
"files": [
"bin",
"index.js"
],
"keywords": [
"ExifTool",
"EXIF"
],
"author": "Matthew McEachen <[email protected]>",
"license": "MIT",
"scripts": {
"prettier": "prettier --write *.js test/*.js",
"test": "mocha",
"preupdate": "ncu --upgrade --install always",
"update": "node update.js"
},
"release-it": {
"hooks": {
"before:init": [
"yarn install",
"yarn test"
]
},
"github": {
"release": true
}
},
"devDependencies": {
"axios": "^1.7.7",
"mocha": "^10.8.0",
"npm-check-updates": "^17.1.9",
"prettier": "^3.3.3",
"release-it": "^17.10.0",
"unzipper": "^0.12.3",
"xml2js": "^0.6.2"
}
}