imgphash/package.json
dependabot[bot] 5a1cef6080
Bump prettier from 3.3.0 to 3.3.3
Bumps [prettier](https://github.com/prettier/prettier) from 3.3.0 to 3.3.3.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/3.3.0...3.3.3)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-15 05:35:06 +00:00

38 lines
901 B
JSON

{
"name": "imgphash",
"version": "0.5.1",
"description": "Provide an image class that is able to calculate similarity to other images using the phash value",
"main": "./src/lib.js",
"keywords": [
"javascript",
"phash",
"hashing",
"images",
"image-phash"
],
"author": "Victor Martinez <jaster.victor@gmail.com>",
"license": "MIT",
"type": "module",
"scripts": {
"test": "mocha"
},
"dependencies": {
"@canvas/image": "^2.0.0",
"axios": "^1.6.8",
"blockhash-core": "^0.1.0"
},
"devDependencies": {
"@types/node": "^20.12.3",
"expect": "^29.7.0",
"mocha": "^10.4.0",
"prettier": "3.3.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JasterV/imgphash.git"
},
"bugs": {
"url": "https://github.com/JasterV/imgphash/issues"
},
"homepage": "https://github.com/JasterV/imgphash#readme"
}