-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.29 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
54
55
56
57
58
59
60
61
{
"name": "fs-props",
"version": "3.2.0",
"description": "Get fs stats, image dimensions, audio and video metada ",
"main": "index.js",
"types": "index.d.ts",
"bin": {
"fs-props": "./bin.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">=12"
},
"repository": {
"type": "git",
"url": "https://github.com/R35007/fs-props"
},
"keywords": [
"fs-stats",
"metadata",
"image",
"audio",
"video",
"dimensions",
"duration",
"properties",
"size",
"folder size",
"height",
"width",
"resolution"
],
"author": {
"name": "Sivaraman",
"email": "[email protected]"
},
"license": "MIT",
"devDependencies": {
"@types/humanize-duration": "^3.27.1",
"@types/image-size": "^0.8.0",
"@types/mime": "^3.0.1",
"@types/moment": "^2.13.0",
"@types/node": "^14.18.33",
"@types/yargs": "^17.0.13",
"eslint": "^8.11.0",
"typescript": "^4.5.5"
},
"dependencies": {
"@ffprobe-installer/ffprobe": "^1.4.1",
"@types/fluent-ffmpeg": "^2.1.20",
"exifreader": "^4.8.1",
"fluent-ffmpeg": "^2.1.2",
"humanize-duration": "^3.27.3",
"image-size": "^1.0.2",
"mime": "^3.0.0",
"moment": "^2.29.4",
"yargs": "^17.6.2"
}
}