UNPKG

847 BJSONView Raw
1{
2 "name": "go-webp",
3 "version": "1.0.0",
4 "description": "go-webp is a tool that helps develop convert all images (.png,.jpg and .jpeg) to webp image format by just one simple command line",
5 "main": "index.mjs",
6 "dependencies": {
7 "imagemin": "^8.0.1",
8 "imagemin-webp": "^7.0.0"
9 },
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/kirwa-KO/go-webp"
13 },
14 "keywords": [
15 "webp",
16 "imgtowebp",
17 "webp-converter",
18 "webp-convert",
19 "webp-converter-cli",
20 "webp-convert-cli",
21 "webp-converter-cli-go",
22 "go-webp",
23 "seo",
24 "optimization",
25 "image",
26 "images",
27 "image-optimization",
28 "image-optimization-cli"
29 ],
30 "devDependencies": {},
31 "scripts": {
32 "test": "echo \"Error: no test specified\" && exit 1"
33 },
34 "author": "kirwa-KO",
35 "license": "MIT",
36 "type": "module",
37 "bin": {
38 "go-webp": "index.mjs"
39 }
40}