{
  "name": "compress-picture-js",
  "version": "0.0.8",
  "license": "MIT",
  "author": "ikaiguang",
  "exports": "./dist/index.js",
  "module": "dist/compress-picture-js.esm.js",
  "typings": "dist/index.d.ts",
  "type": "module",
  "bin": {
    "compress-picture-js": "dist/index.js"
  },
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "analyze": "size-limit --why",
    "build": "tsc --build tsconfig.json",
    "lint": "dts lint",
    "lint:fix": "dts lint --fix",
    "prepare": "tsc --build tsconfig.json",
    "size": "size-limit",
    "start": "tsc --watch",
    "test": "dts test",
    "main": "node ./dist/index.js",
    "main:help": "node ./dist/index.js --help"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ikaiguang/compress-image-js.git"
  },
  "keywords": [
    "image",
    "picture",
    "compress",
    "compressor",
    "image-compressor",
    "lossy-compression",
    "javascript",
    "image-compress",
    "compress-image",
    "compress-png",
    "compress-jpg",
    "compress-jpeg",
    "compress-apng"
  ],
  "husky": {
    "hooks": {
      "pre-commit": "dts lint"
    }
  },
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "jest": {
    "testEnvironment": "node"
  },
  "engines": {
    "node": ">=12"
  },
  "size-limit": [
    {
      "path": "dist/compress-picture-js.cjs.production.min.js",
      "limit": "10 KB"
    },
    {
      "path": "dist/compress-picture-js.esm.js",
      "limit": "10 KB"
    }
  ],
  "devDependencies": {
    "@size-limit/preset-small-lib": "^7.0.8",
    "@tsconfig/recommended": "^1.0.1",
    "@types/mozjpeg": "^5.0.0",
    "@types/upng-js": "^2.1.2",
    "dts-cli": "^1.5.1",
    "husky": "^8.0.1",
    "jest": "^27.5.1",
    "size-limit": "^7.0.8",
    "tslib": "^2.4.0",
    "typescript": "^4.7.3"
  },
  "dependencies": {
    "commander": "^9.3.0",
    "mozjpeg": "^8.0.0",
    "pako": "^2.0.4",
    "upng-js": "^2.1.0"
  }
}
