-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 861 Bytes
/
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
{
"name": "exifcmdline",
"version": "1.0.2",
"description": "Command line utility for viewing EXIF attributes of an image",
"main": "ExifCmdLine.js",
"bin": {
"ExifCmdLine": "./ExifCmdLine.js"
},
"type": "module",
"scripts": {
"test": "mocha"
},
"keywords": [
"exif"
],
"author": "Adrian Parker",
"license": "ISC",
"dependencies": {
"argv": "0.0.3",
"exif": "^0.6.0",
"exifr": "^7.1.3",
"flat": "^6.0.1",
"luxon": "^3.4.4"
},
"devDependencies": {
"@eslint/eslintrc": "^3.0.2",
"@eslint/js": "^9.0.0",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"globals": "^15.0.0",
"mocha": "^9.1.3"
}
}