{
  "name": "sharp-phash",
  "version": "2.2.0",
  "description": "sharp based perceptual hash implementation",
  "repository": {
    "type": "git",
    "url": "https://github.com/btd/sharp-phash"
  },
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "test": "node test.js"
  },
  "files": [
    "*.js",
    "*.md",
    "*.d.ts"
  ],
  "keywords": [
    "sharp",
    "phash",
    "hash",
    "image",
    "perceptual"
  ],
  "author": "Denis Bardadym <bardadymchik@gmail.com>",
  "license": "MIT",
  "peerDependencies": {
    "sharp": ">= 0.32.0"
  },
  "devDependencies": {
    "eslint": "^7.2.0",
    "eslint-plugin-promise": "^4.2.1",
    "sharp": "^0.32.0"
  },
  "engines": {
    "node": ">= 10"
  }
}
