-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 993 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
40
41
42
43
44
45
46
{
"name": "gulp-avif",
"version": "1.1.1",
"description": "gulp plugin for convert images from png or jpg to avif",
"main": "index.js",
"scripts": {
"jest": "jest",
"eslint": "eslint ./index.js",
"test": "npm run eslint && npm run jest"
},
"author": "Dmytro Myroshnychenko",
"license": "ISC",
"dependencies": {
"plugin-error": "1.0.1",
"sharp": "0.30.7",
"through2": "4.0.2"
},
"devDependencies": {
"eslint": "8.18.0",
"file-type": "16.5.4",
"jest": "28.1.1",
"p-event": "4.2.0",
"vinyl": "2.2.1",
"vinyl-file": "3.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dean992008/gulp-avif.git"
},
"keywords": [
"gulpplugin",
"avif",
"image",
"conventer",
"img",
"picture",
"photo",
"png",
"jpg",
"jpeg"
],
"bugs": {
"url": "https://github.com/dean992008/gulp-avif/issues"
},
"homepage": "https://github.com/dean992008/gulp-avif#readme"
}