-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 764 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 764 Bytes
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
{
"name": "node-shrink",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "standard && mocha --timeout 60000",
"format": "standard"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"chai": "^4.2.0",
"exifr": "^6.0.0",
"mocha": "^8.2.0",
"standard": "^14.3.4"
},
"dependencies": {
"imagemin": "^7.0.1",
"imagemin-jpegtran": "gtuk/imagemin-jpegtran#make-parameters-editable",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-pngcrush": "gtuk/imagemin-pngcrush#edit-options",
"imagemin-pngquant": "gtuk/imagemin-pngquant#fix-broken-strip-option",
"is-jpg": "^2.0.0",
"is-png": "^2.0.0"
},
"standard": {
"env": [
"mocha"
]
}
}