{
  "name": "js-image-compressor",
  "version": "2.0.0",
  "description": "A simple image compressor of javascript",
  "main": "index.js",
  "scripts": {
    "build": "webpack",
    "prepublish": "webpack",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "jsImageCompressor",
    "imageToCanvas",
    "toBlob"
  ],
  "author": "wuwhs",
  "license": "ISC",
  "devDependencies": {
    "terser-webpack-plugin": "^3.0.8",
    "webpack": "^4.44.0",
    "webpack-cli": "^3.3.12"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/wuwhs/js-image-compressor"
  }
}