-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 844 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
{
"name": "@enviro/metadata",
"version": "1.5.1",
"description": "This a port version of ExifTool by Phil Harvey. All credit to the original author(s) for creating such an amazing and powerful tool.",
"main": "./lib/index.js",
"type": "module",
"scripts": {
"test": "node --test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anasshakil/metadata.git"
},
"keywords": [
"metadata",
"exif",
"exiftool",
"tags",
"extract",
"read",
"edit",
"copy",
"write"
],
"author": "Ahmed Anas Shakil",
"license": "MIT",
"bugs": {
"url": "https://github.com/anasshakil/metadata/issues"
},
"homepage": "https://github.com/anasshakil/metadata#readme",
"dependencies": {}
}