{
  "name": "images",
  "version": "3.2.4",
  "description": "Cross-platform image decoder(webp/png/jpeg/gif) and encoder(webp/png/jpeg) for Node.js",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "test": "node test.js",
    "install": "node scripts/nothing.js"
  },
  "repositoryName": "zhangyuanwei/node-images",
  "repository": {
    "type": "git",
    "url": "https://github.com/zhangyuanwei/node-images.git"
  },
  "keywords": [
    "image",
    "decoder",
    "encoder",
    "webp",
    "png",
    "jpeg",
    "gif",
    "cross-platform",
    "images"
  ],
  "author": "ZhangYuanwei <zhangyuanwei1988@gmail.com>",
  "license": "MIT",
  "gypfile": true,
  "bugs": {
    "url": "https://github.com/zhangyuanwei/node-images/issues"
  }
}
