forked from thumbsup/downsize
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 813 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
39
{
"name": "thumbsup-downsize",
"version": "2.5.2",
"description": "Convert / resize / transcode photos & videos to be web-friendly",
"main": "lib/index.js",
"files": [
"lib"
],
"scripts": {
"test:u": "mocha test/unit",
"test:i": "mocha test/integration",
"test": "mocha",
"pretest": "standard && depcheck"
},
"author": "thumbsup",
"license": "MIT",
"dependencies": {
"async": "^3.2.5",
"debug": "^4.3.4",
"gm": "^1.25.0",
"split": "^1.0.1",
"tmp": "^0.2.1"
},
"devDependencies": {
"depcheck": "^1.4.7",
"fs-extra": "^11.1.1",
"lodash": "^4.17.21",
"mocha": "^10.2.0",
"mock-spawn": "^0.2.6",
"should": "^13.2.3",
"sinon": "^17.0.1",
"standard": "^17.1.0"
},
"standard": {
"env": [
"mocha"
]
}
}