mirror of
https://codeberg.org/JasterV/imgphash.git
synced 2026-04-26 18:10:01 +00:00
38 lines
901 B
JSON
38 lines
901 B
JSON
{
|
|
"name": "imgphash",
|
|
"version": "0.6.0",
|
|
"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.13.6",
|
|
"blockhash-core": "^0.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^25.3.3",
|
|
"expect": "^30.2.0",
|
|
"mocha": "^11.7.5",
|
|
"prettier": "3.8.1"
|
|
},
|
|
"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"
|
|
}
|