{
  "name": "squoosh-browser-sense",
  "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 <myeveryheart@qq.com>",
  "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"
  }
}
