-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
58 lines (58 loc) · 1.31 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
{
"name": "@yireen/squoosh-browser",
"version": "1.0.7",
"description": "An image compression tool run in browser while @squoosh/lib can not.",
"main": "dist/client/lazy-app/Compress/index.js",
"author": "Mario <[email protected]>",
"license": "MIT",
"public": true,
"homepage": "https://github.com/myeveryheart/squoosh-browser",
"repository": {
"type": "git",
"url": "https://github.com/myeveryheart/squoosh-browser.git"
},
"scripts": {
"build": "tsc",
"prepublishOnly": "rm -rf dist & yarn run build"
},
"dependencies": {
"wasm-feature-detect": "1.2.11"
},
"devDependencies": {
"@types/node": "16.7.2",
"@typescript-eslint/eslint-plugin": "4.29.3",
"@typescript-eslint/parser": "4.29.3",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "3.4.1",
"prettier": "2.3.2",
"ts-node": "10.2.1",
"tsconfig-paths": "3.11.0",
"typescript": "4.4.2"
},
"keywords": [
"squoosh",
"image",
"compress",
"convert",
"pdf",
"gif",
"png",
"jpeg",
"bmp",
"tiff",
"webp",
"webp2",
"avif",
"jxl",
"tiny",
"tinypng",
"js",
"browser",
"react",
"vue"
],
"engines": {
"node": ">=14.0.0"
}
}